----- Original Message ----- | From: "Bryan Steele" <bry...@gmail.com> | To: "bugs" <bugs@openbsd.org> | Cc: "Thomas Dickey" <dic...@his.com>, "cml55uk" <cml5...@yahoo.co.uk> | Sent: Tuesday, December 19, 2023 11:09:00 AM | Subject: Re: xterm bug
| On Tue, Dec 19, 2023 at 08:58:09AM -0700, Todd C. Miller wrote: |> On Tue, 19 Dec 2023 10:56:42 -0500, Bryan Steele wrote: |> |> > There's two instances of __default_termid__ in xterm.man, I think this |> > will chang the second one to "100", is that correct? |> |> Yes, the "vt" prefix is optional. |> |> - todd see https://invisible-island.net/xterm/manpage/xterm.html#OPTIONS:-ti -ti term_id Specify the name used by xterm to select the correct response to terminal ID queries. It also specifies the emulation level, used to determine the type of response to a DA control sequence. Valid values include vt52, vt100, vt101, vt102, vt220, and vt240 (the "vt" is optional). The default is "vt420". The term_id argument specifies the terminal ID to use. (This is the same as the decTerminalID resource). Perhaps I should have said "include, but are not limited to:" There's a few checks for specific values, e.g., in https://invisible-island.net/xterm/manpage/xterm.html#VT100-Widget-Resources:decGraphicsID but vt420 has been the default since https://invisible-island.net/xterm/xterm.log.html#xterm_280 Patch #280 - 2012/06/24 -- Thomas E. Dickey <dic...@invisible-island.net> https://invisible-island.net