----- Original Message ----- | From: "Kamil Rytarowski" <n...@gmx.com> | To: "Thomas Dickey" <dic...@his.com>, "Valery Ushakov" <u...@stderr.spb.ru> | Cc: netbsd-users@netbsd.org | Sent: Saturday, December 30, 2017 1:56:29 PM | Subject: Re: vt100 | | On 30.12.2017 19:39, Thomas Dickey wrote: | > ----- Original Message ----- | > | From: "Valery Ushakov" <u...@stderr.spb.ru> | > | To: netbsd-users@netbsd.org | > | Sent: Saturday, December 30, 2017 1:28:53 PM | > | Subject: Re: vt100 | > | | > | Kamil Rytarowski <n...@gmx.com> wrote: | > ... | > | | > | > I've uploaded screen shot of xterm and script(1) recording. | > | > | > | > http://netbsd.org/~kamil/vt100/ | > | | > | The typescript looks strange. Are you sure there was not | > | accidental | > | conversion(s) to/from utf-8 somewhere along the path? | > | > That might be part of it, but the 233's are pretty clear. | > The host is responding with C1 controls, and that seems to be the | > main issue. | > Either make it work properly (I'd do that...) or back off and just | > be a VT100/VT102. | > | | I use the default options and I assume that something is wrong on the | NetBSD side. | | My only host change in my env(1)/NetBSD-host that might affect | something is: | | LC_ALL=pl_PL.UTF-8
That would influence xterm, making it use UTF-8 for display. Since the C1 controls can be confused for UTF-8, there may be an additional problem with that (though xterm does recognize C1 controls mixed with UTF-8...). This would be an improvement for your configuration: LC_ALL=C xterm -ti 102 -- Thomas E. Dickey <dic...@invisible-island.net> http://invisible-island.net ftp://ftp.invisible-island.net