Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/PROUG/LIKE

Name: Anonymous 2009-05-06 2:50

/PROG/ has decided to worktogether to make a telnet based multiplayerp

Name: Anonymous 2009-05-09 6:27

Patch for >>47 which adds some Curses stuff.

87a
    atexit(curses_cleanup);

    initscr();
    cbreak();
    noecho();
    nonl();
    keypad(stdscr, TRUE);

.
39a
#include <curses.h>

static void
curses_cleanup()
{
    endwin();
}
.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List