Re: [Linux-decnet-user] WG: New to list - coming with some questions..
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Chrissie C. <Chr...@go...> - 2009-08-14 12:31:47
|
Tilman Groth wrote: > 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? > > Have you tried $ SET TERMINAL/NOEIGHT on the VAX. That should stop it sending 9-bit escape sequences. Chrissie |