aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/vnterm/files/vnvars.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-10 23:56:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-10 23:56:40 +0000
commit1d149b270822d690480367dae4036599aeacdd4d (patch)
treebe0b21c1c5aaa948ea10be5b3dd583ec85094b1d /vietnamese/vnterm/files/vnvars.c
parentccb5ce7a43ed3aa7b2800c324a7b83dcbde8a1b5 (diff)
Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.
This also removes libviqr and the Xfonts from this package as they are now seperate ports.
Diffstat (limited to 'vietnamese/vnterm/files/vnvars.c')
-rw-r--r--vietnamese/vnterm/files/vnvars.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/vietnamese/vnterm/files/vnvars.c b/vietnamese/vnterm/files/vnvars.c
new file mode 100644
index 000000000000..9de0c28175f8
--- /dev/null
+++ b/vietnamese/vnterm/files/vnvars.c
@@ -0,0 +1,13 @@
+/*
+ * @(#)vnvars.c 2.1 TriChlor: 92/03/17 06:36:00
+ */
+
+
+#include "vnvars.h"
+
+Boolean vn_filter_keyboard;
+Boolean vn_filter_screen;
+Vk_Fsm vn_keyboard_id;
+Vk_Fsm vn_screen_id;
+u_char vn_erase_char; /* character copied from tty characteristics */
+unsigned int vn_erase_character; /* character given by .Xdefaults */