The following should fix this, though perhaps we should consider
updating this and DFT_DECID to 420, since that is the default that
xterm now ships with, or 220 to better match the OpenBSD console.

The description of -ti in xterm.man doesn't actually mention vt420
as an option, the highest it lists is vt240.

 - todd

Index: app/xterm/Makefile
===================================================================
RCS file: /cvs/xenocara/app/xterm/Makefile,v
retrieving revision 1.37
diff -u -p -u -r1.37 Makefile
--- app/xterm/Makefile  31 Oct 2021 18:38:43 -0000      1.37
+++ app/xterm/Makefile  19 Dec 2023 15:38:30 -0000
@@ -67,7 +67,7 @@ PATCH_YMD != sed -n '/XTERM_DATE/s,[^0-9
            -e 's%__app_version__%Patch\ \#'$(PATCH_NUM)% \
            -e 's%__app_date__%'${PATCH_YMD}% \
            -e s%__default_termname__%xterm% \
-           -e s%__default_termid__%vt100% \
+           -e s%__default_termid__%100% \
            -e s%__alt_sends_esc__%false% \
            -e s%__meta_sends_esc__%false% \
            -e s%__backarrow_is_bs__%true% \

Reply via email to