21 Dec 2008 16:06
putStr "\BEL" and putStr "\ESC[2J" do not behave correctly
Henk-Jan van Tuyl <hjgtuyl <at> chello.nl>
2008-12-21 15:06:19 GMT
2008-12-21 15:06:19 GMT
The following problems occurred in WinHugs (version: Sep 2006, on Windows XP): Printing the BELL character does not result in a beep: Hugs> putStr "\BEL" Trying to clear the screen: Hugs> putStr "\ESC[2J" [2J In Hugs (version: 20051031), the BELL character results in a beep, but the CLS escape code had the same effect as in WinHugs. -- -- Met vriendelijke groet, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ --
RSS Feed