uobikiemukot / yaft

yet another framebuffer terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change cursor shape

xexpanderx opened this issue · comments

How do you change the cursor to a underline/underscore?

From the looks of it, you don't. There's no "cursor bitmap".
The cursor is implemented by manipulating the background color (see draw_line() in fb/common.h).
You can change the colors by editing conf.h.