Hi,
I'm not sure if it's allowed to explicitly pass group_leader() as the
io_device, but R12B-0 behaves differently here:
> file:read(group_leader(), 1).
[]
{ok,"\n"}
That is, it prints out "[]" as the prompt, whereas R11B doesn't.
Peter