Re: Terminal I/O without NCURSES

2000-03-23 Thread Robin Burgener
man console_codes The console is a VT102 [EMAIL PROTECTED] wrote: > > Where Can I look for any document/tutorial about the Linux's > keyboard/video/xterm > low-level programming ? > > This is because I would like to make a my own library for managing the > Linux's > terminals, without using t

Terminal I/O without NCURSES

2000-03-23 Thread lorenzo . zampese
Where Can I look for any document/tutorial about the Linux's keyboard/video/xterm low-level programming ? This is because I would like to make a my own library for managing the Linux's terminals, without using the famous ncurses libraries. I tried to watch ncurses's sources, but they are too compl