mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
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
8 lines
258 B
C
8 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/"
|