Post by David MeyerFor the last several months when I try to use NOTES on EISNER, the box
drawing characters are garbled (e.g. "▒2;H▒K▒5B▒11B▒4;H▒K").
I don't recall making any changes to my terminal emulator (PuTTY)
settings. Does anyone have a clue on what I've got messed up?
Test file:
<CSI>2J
<CSI>01;01H
<ESC>(0
<CSI>01;01Hlqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
<CSI>10;01Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
<CSI>02;01Hx<CSI>03;01Hx<CSI>04;01Hx<CSI>05;01Hx<CSI>06;01Hx<CSI>07;01Hx<CSI>08;01Hx<CSI>09;01Hx
<CSI>02;40Hx<CSI>03;40Hx<CSI>04;40Hx<CSI>05;40Hx<CSI>06;40Hx<CSI>07;40Hx<CSI>08;40Hx<CSI>09;40Hx
<ESC>(B
<CSI>11;01H
(you will need to replace <CSI> with byte 155 and <ESC> with byte 27)
$ sh term
Terminal: _TNA3: Device_Type: VT400_Series Owner: ARNE
Remote Port Info: Host: ARNEPC5 Port: 56461
Input: 9600 LFfill: 0 Width: 132 Parity: None
Output: 9600 CRfill: 0 Page: 26
Terminal Characteristics:
Interactive Echo Type_ahead No Escape
Hostsync TTsync Lowercase Tab
Wrap Scope No Remote Eightbit
Broadcast No Readsync No Form Fulldup
No Modem No Local_echo No Autobaud Hangup
No Brdcstmbx No DMA No Altypeahd Set_speed
No Commsync Line Editing Overstrike editing No Fallback
No Dialup No Secure server No Disconnect No Pasthru
No Syspassword No SIXEL Graphics No Soft Characters No Printer Port
Numeric Keypad ANSI_CRT No Regis No Block_mode
Advanced_video Edit_mode DEC_CRT DEC_CRT2
DEC_CRT3 DEC_CRT4 No DEC_CRT5 No Ansi_Color
VMS Style Input <CTRL-H> Backspace
I don't think I have anything special in mt Putty config.
Note that I do:
$ set terminal/dev=vt400
not:
$ set terminal/inq
at login.
Arne