summaryrefslogtreecommitdiff
path: root/ex_tty.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-23 21:34:41 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-23 21:34:41 -0700
commit874d317334fae1ddce316f9b6f4d0ce4e434bf52 (patch)
tree929f924d3c3696d3aa9917aca0e7048bbe3e93e8 /ex_tty.h
parent15bd7946cc838a3151c357e4b0bc1ab85eecda62 (diff)
heirloom vi fixes from arch AUR
Diffstat (limited to 'ex_tty.h')
-rw-r--r--ex_tty.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ex_tty.h b/ex_tty.h
index d0854be..79fcf15 100644
--- a/ex_tty.h
+++ b/ex_tty.h
@@ -183,15 +183,6 @@ var bool XT; /* Tabs are destructive */
var bool XX; /* Tektronix 4025 insert line */
/* X? is reserved for severely nauseous glitches */
/* If there are enough of these we may need bit masks! */
-/*
- * Insert, Delete, Home, End, PgUp an PgDown keys
- */
-var char *kI;
-var char *kD;
-var char *kh;
-var char *at7;
-var char *kP;
-var char *kN;
/*
* From the tty modes...