summaryrefslogtreecommitdiff
path: root/app/xterm/main.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 15:48:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 15:48:07 +0000
commitcadf8f3ea5d9f1f7ee4dc2a307c7e972d630ce95 (patch)
tree742f4ca61067d67fd171c82cdb54387898ae89ac /app/xterm/main.c
parent42f2d2c8736348b3e97fd376417093efe27c9f5a (diff)
OpenBSD local changes
Diffstat (limited to 'app/xterm/main.c')
-rw-r--r--app/xterm/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/xterm/main.c b/app/xterm/main.c
index 90098fca0..d3618bc6d 100644
--- a/app/xterm/main.c
+++ b/app/xterm/main.c
@@ -772,8 +772,13 @@ static XtResource application_resources[] =
Bres("sunFunctionKeys", "SunFunctionKeys", sunFunctionKeys, False),
#endif
#if OPT_INITIAL_ERASE
+#ifndef __OpenBSD__
Bres("ptyInitialErase", "PtyInitialErase", ptyInitialErase, DEF_INITIAL_ERASE),
Bres("backarrowKeyIsErase", "BackarrowKeyIsErase", backarrow_is_erase, DEF_BACKARO_ERASE),
+#else
+ Bres("ptyInitialErase", "PtyInitialErase", ptyInitialErase, DEF_INITIAL_ERASE),
+ Bres("backarrowKeyIsErase", "BackarrowKeyIsErase", backarrow_is_erase, DEF_BACKARO_ERASE),
+#endif
#endif
Bres("waitForMap", "WaitForMap", wait_for_map, False),
Bres("useInsertMode", "UseInsertMode", useInsertMode, False),