opnsense-src/sys/dev/vt/hw/fb
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
..
vt_early_fb.c Speed up vt(4) by keeping a record of the most recently drawn character and 2018-08-25 16:14:56 +00:00
vt_fb.c vt: use proper return value check with TUNABLE_INT_FETCH 2019-09-26 07:14:54 +00:00
vt_fb.h Speed up vt(4) by keeping a record of the most recently drawn character and 2018-08-25 16:14:56 +00:00