Home
last modified time | relevance | path

Searched refs:space_to_print (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.3/kernel/src/libs/libUI/
Dtextui.c229 int space_to_print = 8 - window->vlines.chromatic[window->vline_operating].index % 8; in textui_putchar_window() local
231 while (space_to_print--) in textui_putchar_window()