30bf10ef15
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. Tested by: Claude Buisson <clbuisson@orange.fr> MFC after: 7 days 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/"
|