On Monday 01 March 2010 12:34:01 Leonardo Boiko wrote: > > > Right, but is it possible to solve that with terminfo or tput? > > > > Yes. That's exactly what termcap, terminfo, tput, etc., were > > created > > So termcap works for Windows?
No, it doesn't; (at least, not in *native* MSW code). Ralph's statement is correct in respect of POSIX-like systems, but becomes misleading in the context of a prior discussion of MSW. > How do you use it there? You can't, except when your code is written for, and run in an emulation environment such as Cygwin, (or MSYS, which is a minimal fork of Cygwin-1.3 anyway). -- Regards, Keith.
