Re: [Linux-decnet-user] WG: New to list - coming with some questions..
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Tilman G. <til...@o2...> - 2009-08-14 12:20:31
|
Hello All, I had a closer look at the network packets that come from the vax. I have seen that e.g. the editor uses 7bit Escape sequences (e.g. 0x19+"[" for CSI), while the test program sends 8bit sequences (e.g. 0x9b for CSI). This seems to be hardcoded somewhere, so I cannot change it. This leaves me some options: - can I build a "filter" that replaces the 8bit chars by their 7bit counterparts before they are interpreted by xterm or rxvt? - for xterm, I found the "+u8" option, which seems to work. Unfortunately, after pressing CTRL-Y, things seem to go wrong (I have to press keys to make the next line of output visible). CTRL-Y works in rxvt, but there I don`t know how to set keymappings, and how to make it interpret 8bit control sequences. Any hints, anyone? Til Unterwegs über Ihre E-Mails informiert mit der kostenlosen SMS-Benachrichtigung von o2! Mehr Infos unter http://www.o2online.de/goto/benachrichtigung |