Ticket #88 (new defect)

Opened 4 years ago

WinHugs doesn't implement bell and clear screen escape characters

Reported by: guest Owned by: neil
Priority: minor Milestone:
Component: winhugs Version: 200609
Keywords: Cc:

Description

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?.

-- Neil, originally reported by Henk-Jan

Note: See TracTickets for help on using tickets.