summaryrefslogtreecommitdiff
path: root/sys/lib/string/atoi.c
diff options
context:
space:
mode:
authorQuinn Stephens <quinn@osmora.org>2025-02-14 21:31:53 -0500
committerIan Moffett <ian@osmora.org>2025-02-15 01:10:53 -0500
commit03607899759b4b8315a618ecb4af66c710fffb7e (patch)
tree022385b9f419f0024f223755a86f396af1b629b9 /sys/lib/string/atoi.c
parentd8fd1be4f13f8f744b3a6eae1e4e633b405a8419 (diff)
kernel: cons: Optimize console drawing
Prevents the cursor from being cleared right before a character is drawn or right after the screen is cleared. Also optimized the cursor drawing routine to just draw a rectangle instead of rendering a space character. Additionally renamed `cons_render_char()` to `cons_draw_char()` and fixed all characters being drawn one pixel too far to the right. Signed-off-by: Quinn Stephens <quinn@osmora.org> Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/lib/string/atoi.c')
0 files changed, 0 insertions, 0 deletions