Re: prompt catch
Eugene <[email protected]>
| Newsgroups | gmane.comp.games.mud.client.lyntin |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 10 Nov 2003 00:37:26 -0400 "Michael" <[email protected]> wrote: >Hmm.. in the "runlyntin.py" file that I downloaded, I >made this >modification: >bootoptions = {"ui": "curses", > "datadir": "", > "moduledir": [], > "readfile": [], > "snoopdefault": 1} > >changed the ui to curses and now when I attempt to run >that file nothing >comes up.. as a side note, I am using Windows XP.. does >the curses ui work >for windows, or is this a linux/unix thing only? I think you cannot use the curses under Windows. At least, you don't want to :). Curses is fullscreen textmode library, optimized for use with remote text-mode terminals, and traditionally it is used under unices. It is probably possible to build some kind of curses for Windows from source code, but I think it is not worth to bother - take some kind of graphical front-end. After all, it is tested under linux (ncurses) only - I have no another platform. -- Eugene --- Professional hosting for everyone - http://www.host.ru ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/