- -- --- ---- -----// TO DO //----- ---- --- -- - Fixes: - pdcurses - bad cursor position after printw() .. you have to use gotoxy everytime you need proper output - pdcurses - color initialization - Black/DarkGray - redraw() - why do we need to call clrscr();update();redraw();update(); in global redraw to get proper screen update ? Changes: - Create oops() function and call it instead of assert(0 != 0); - Kill ncurses / pdcurses and implement native color / key support (?) -- Michal Safranek printc: does not print special characters (ä ü ö etc.) properly output completely unreadable in xterm -- Volker Loew $Id: TODO,v 1.6 2002/07/26 01:39:40 darkmoon Exp $