Henrik Nordstrom wrote: > > Maybe there is something to do with termcap? > > No. termcap is only used when you want your program to process or send > escapecodes. Termcap programming is preferably done by using (n)curses. Not strictly true; termcap/terminfo also describe the escape sequences generated by various keys; you can use them solely for translating escape sequences into `keysyms' on input. -- Glynn Clements <[EMAIL PROTECTED]>
- console programming Karlis
- Re: console programming Glynn Clements
- Re: console programming Henrik Nordstrom
- Re: console programming Glynn Clements
- Re: console programming The Wildman