freebsd-dev/sys/dev/vt
Toomas Soome 29f7096df9 vt: use proper return value check with TUNABLE_INT_FETCH
The TUNABLE_INT_FETCH is macro around getenv_int() and we will get
return value 0 or 1 for failure or success, we can use it to decide
which background color to use.
2019-09-26 07:14:54 +00:00
..
colors vt(4): Use default VGA palette 2018-05-10 17:00:33 +00:00
font Update vt(4) "Terminus BSD Console" font to v4.46 2018-04-12 20:21:04 +00:00
hw vt: use proper return value check with TUNABLE_INT_FETCH 2019-09-26 07:14:54 +00:00
logo sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
vt_buf.c vt: use colors from terminal emulator 2019-09-25 13:24:31 +00:00
vt_consolectl.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
vt_core.c vt: use colors from terminal emulator 2019-09-25 13:24:31 +00:00
vt_cpulogos.c vt: use colors from terminal emulator 2019-09-25 13:24:31 +00:00
vt_font.c Limit glyph count in vtfont_load to avoid integer overflow. 2018-04-04 05:21:46 +00:00
vt_sysmouse.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
vt.h vt: use colors from terminal emulator 2019-09-25 13:24:31 +00:00