in reply to Re^3: Emulating UNIX 'top' on AIX
in thread Emulating UNIX 'top' on AIX
the Perl getc docs have references to system calls using stty icanon which seem to emulate reading character by character. While not the solution I would most like to use, it does serve its purpose :)