|
From: Paul M. <gu...@mo...> - 2000-12-09 20:52:51
|
From: Kai Ruottu > Looking an equivalent thing for Win32 > (especially one which would work also under > Win32s) has been quite vain --- perhaps people > think that there is the console, so why on > earth a terminal window is needed... Ok, Win32s > hasn't any console... Porting the TKERN to Win32 > hit into a wall with the differences between > Win16 and Win32 process handling, it surely > is possible but needs some digging into the > Win32 API... I'm not sure about the vt100/ANSI > capabilities, for me a dumb tty would be enough, > to get the stdout/stderr somewhere (in Win32s). I thought about this a lot at one time, and it seems to me that it would not be too hard to port the SLang library (which includes a terminal IO library) to run on Win32 with IO to a Win32 window. I never had enough need or time to actually implement this, though... (Actually, I suppose that a curses port to a Win32 window would be theoretically possible, but I'm guessing it would be a lot harder.) Paul. |