Sourangshu Bhattacharya wrote: > > Hi, > > I am struggling with terminal IO control in linux. Can anybody give me > some pointers to documentation of 'ioctl' requests, or any other way to > control cursor position EXCEPT ncurses. ncurses is too messy for my > purpose. > > Thank you
What ncurses uses is a aet of standard ANSI codes for terminal control. Unfortunately, I don't have a ready answer about where to find them. These codes may be used by any program. - Manas Laha -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
