hello! im writing a notepad like program for linux framebuffer, currently i use just mmap-ed /dev/fd0 but problem is that command line cursor blinks still thru, and when program is running and you switch to other terminal, pixels are also being drawn there. i checked out bogl, it work right way, it should support 32bit truecolor mode too, but i couldn't find usable example for 32bits, only 16 colours. what to do?