Text Mode Cursor: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
Line 152:
'''Source in C'''
 
<sourcesyntaxhighlight lang="c">
uint16_t get_cursor_position(void)
{
Line 162:
return pos;
}
</syntaxhighlight>
</source>
 
==Font based "graphical" cursor==