d518940c2d
vt(4) support for vidcontrol(1). o Teach vidcontrol(1) how to load vt(4) font. o Teach vidcontrol(1) to distinct which virtual terminal system is running now. o Load vt(4) fonts from different location. o Add $FreeBSD$ tag for path.h. vt(4) support for kbdcontrol(1). Enable kbdcontrol(1) to use maps from vt(4) keymaps dir /usr/share/vt/keymaps if vt(4) is present. Sponsored by: The FreeBSD Foundation
9 lines
258 B
C
9 lines
258 B
C
/* $FreeBSD$ */
|
|
|
|
#define KEYMAP_PATH "/usr/share/syscons/keymaps/"
|
|
#define FONT_PATH "/usr/share/syscons/fonts/"
|
|
#define SCRNMAP_PATH "/usr/share/syscons/scrnmaps/"
|
|
|
|
#define VT_KEYMAP_PATH "/usr/share/vt/keymaps/"
|
|
#define VT_FONT_PATH "/usr/share/vt/fonts/"
|