MCPcopy Create free account
hub / github.com/NetHack/NetHack / vesa_flush_text

Function vesa_flush_text

sys/msdos/vidvesa.c:1645–1652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1643}
1644
1645void
1646vesa_flush_text(void)
1647{
1648 if (chr_cache_size == 0) return;
1649
1650 vesa_WriteTextRow(chr_cache_pixx, chr_cache_pixy, chr_cache, chr_cache_size);
1651 chr_cache_size = 0;
1652}
1653
1654extern uint32 curframecolor; /* video.c */
1655

Callers 5

tgetchFunction · 0.85
vesa_cl_endFunction · 0.85
vesa_xputcFunction · 0.85
vesa_WriteCharXYFunction · 0.85
positionbarFunction · 0.85

Calls 1

vesa_WriteTextRowFunction · 0.85

Tested by

no test coverage detected