Path: utzoo!utstat!utgpu!attcan!uunet!mcsun!sunic!dkuug!tidk!storm From: storm@texas.dk (Kim F. Storm) Newsgroups: news.software.nn Subject: Re: Wyse50/60 problems with nn Keywords: terminals, nn Message-ID: <458@texas.dk> Date: 7 Feb 90 17:09:30 GMT References: <1990Feb6.203043.21185@ux1.cso.uiuc.edu> Distribution: news Organization: Texas Instruments, Denmark Lines: 44 root@iapic (Admin) writes: >Unfortunately most of our users work with >Wyse50 or 60 terminals. The news is displayed correctly but when >the user trys to execute a command using the : nothing happens. For >example, to post the user is to type ':post[rtn]'. The cursor just >sits there and winks. The most plausible cause of this problem is that in nn, the interpretation of arrow keys takes precedence over normal control characters. For example, on a WYSE 50 where the left-arrow key send a ^H, the BACKSPACE key will be interpreted as the "left" key which has nothing to do with "back-spacing" in nn (it depends on which command you bind to the left key). And if the down-arrow sends a ^J or ^M (linefeed or carriage return), nn will falsely interpret the RETURN key as the "down" key, also when you enter a : command. I suspect that is the case with the WYSE. There are some tricks to get around this problem, but whether they work or not depend on the version you have. The Backspace problem can be worked around in 6.3.7 by the command set erase-char left The RETURN problem may be solved by the command map key down ^J which maps the falsely interpreted RETURN key back to a linefeed. This is a known bug which I hope to get fixed in the soon to be posted 6.3.12, but otherwise will be solved in 6.4 (which will have a new function key recognition mechanism). ++Kim Storm -- Kim F. Storm storm@texas.dk Tel +45 429 174 00 Texas Instruments, Marielundvej 46E, DK-2730 Herlev, Denmark No news is good news, but nn is better!