-
(Hmm, that site wouldn't show me the file at first, but it did when I tried it again.)
You need to call start_color() before colors will work.
2009-10-13 12:43:23 UTC in Public Domain Curses
-
For Win32, init_color() uses an undocumented API. It's not too surprising that it would break in Win 7. It could take a long time to fix this, if ever -- so far I haven't found any info on the right way to do it in Win 7, assuming that one even exists.
Sorry for the delay in replying. I thought this thing was supposed to email me when a new bug was entered.
2009-09-08 03:07:36 UTC in Public Domain Curses
-
wmcbrine added rdian06 to the pytivo project.
2009-09-03 18:10:41 UTC in pytivo
-
wmcbrine changed the public information on the pytivo project.
2009-08-30 23:29:01 UTC in pytivo
-
Ah, I missed that you posted this here as well as the mailing list... I'll repost the response from there for anyone else reading this:
It works fine. The problem in your test program is that after every wmove(), you're doing a getch(), which does an implicit refresh on stdscr (since getch() == wgetch(stdscr)), which moves the cursor back to the position it had in stdscr. If you replaced...
2009-03-22 22:39:42 UTC in Public Domain Curses
-
wmcbrine committed patchset 1940 of module PDCurses to the Public Domain Curses CVS repository, changing 1 files.
2008-11-27 13:17:51 UTC in Public Domain Curses
-
wmcbrine committed patchset 1939 of module PDCurses to the Public Domain Curses CVS repository, changing 1 files.
2008-09-08 18:49:36 UTC in Public Domain Curses
-
wmcbrine committed patchset 1938 of module PDCurses to the Public Domain Curses CVS repository, changing 1 files.
2008-09-08 18:39:38 UTC in Public Domain Curses
-
wmcbrine committed patchset 1937 of module PDCurses to the Public Domain Curses CVS repository, changing 1 files.
2008-08-14 15:28:05 UTC in Public Domain Curses
-
wmcbrine committed patchset 1936 of module PDCurses to the Public Domain Curses CVS repository, changing 1 files.
2008-08-14 06:38:35 UTC in Public Domain Curses