freebsd-ports/vietnamese/vnterm/files/vnvars.c
David E. O'Brien 1d149b2708 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.
2001-02-10 23:56:40 +00:00

13 lines
325 B
C

/*
* @(#)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 */