aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/libi386/vidconsole.c
Commit message (Expand)AuthorAgeFilesLines
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-2/+1
* loader: Make vidc_biosputchar staticWarner Losh2024-02-141-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* stand: Remove unnecessary includeWarner Losh2022-08-111-1/+0
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-121-1/+1
* loader: accept "yellow" as a named colorEd Maste2022-03-111-1/+1
* loader: support numeric and named bright colors (8-15)Ed Maste2022-03-111-12/+22
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-211-2/+6
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-2/+2
* loader: do not update palette in text mode (real fix)Toomas Soome2021-01-151-1/+1
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-101-0/+3
* loader: do not update palette in text modeToomas Soome2021-01-071-1/+1
* loader: remove left over call to unsetenv()Toomas Soome2021-01-061-1/+0
* loader: rewrite vidc_install_fontToomas Soome2021-01-061-32/+34
* loader: only use vidc_install_font() with vga controllerToomas Soome2021-01-041-0/+4
* loader: vidc_load_palette() does not need argumentsToomas Soome2021-01-041-2/+2
* loader: implement framebuffer consoleToomas Soome2021-01-021-175/+484
* loader: vidc_init should also erase the screenToomas Soome2020-06-171-5/+2
* loader: fix indentation in efi_console and vidconsoleToomas Soome2019-09-251-1/+1
* loader: add teken.fg_color and teken.bg_color variablesToomas Soome2019-09-251-4/+101
* loader: vidconsole should set LINES and COLUMNSToomas Soome2019-09-101-0/+6
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-051-452/+626
* loader: no-TERM_EMU is broken nowToomas Soome2019-05-091-3/+9
* loader: implement proper 8 char tab stopsToomas Soome2019-05-091-4/+6
* loader consoles: Implement SGR 24, 25Kyle Evans2018-03-241-0/+4
* Match broken style of vidconsole.cKyle Evans2018-03-231-3/+3
* Loader consoles: Implement SGR 22, reset intensityKyle Evans2018-03-231-0/+3
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+632