mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 02:39:00 +00:00
Substitute "100" for __default_termid__ instead of "vt100".
The "vt" prefix is optional for the default terminal ID. Fixes an instance of "vtvt100" in the installed man page. OK matthieu@
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2021/10/31 18:38:43 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2023/12/19 20:31:21 millert Exp $
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
SUBDIR= icons resize
|
||||
@@ -67,7 +67,7 @@ PATCH_YMD != sed -n '/XTERM_DATE/s,[^0-9/.-]*,,gp' ${.CURDIR}/version.h
|
||||
-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% \
|
||||
|
||||
Reference in New Issue
Block a user