Changes for version 0.35
- The getch() function will result in a race condition, in certain situations.
- Notably, when a telnet window is being killed without terminating the program, which results in a 'floating tty bound program', that keeps the CPU at 100%.
- The problem has been solved, by checking for ord($c)==0 in the getch() function,
- and using an exit 100, when this condition occures.
Modules
Term::Screen extended with ReadLine