]> code.citadel.org Git - citadel.git/history - citadel/screen.c
* Allow multiple simultaneous IPC connections. All changes necessary for
[citadel.git] / citadel / screen.c
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-05-31 Nathan Bryantbetter curses compatibility, and a couple makefile...
2002-05-05 Michael Hampton* screen.c: fix lack of beeps in curses mode
2002-03-14 Nathan Bryantsupport window resizing in curses mode
2002-03-13 Nathan Bryant/* when running in curses mode, the scroll bar in most
2002-03-13 Nathan Bryantone more tweak
2002-03-12 Nathan Bryantuse ncurses in preference to curses if it's installed...
2002-03-12 Nathan Bryantcurses fix: map our normal color pairs into the 0-7...
2002-03-12 Nathan Bryantsupport color under Solaris curses
2002-03-11 Nathan Bryant - fixes for building without OpenSSL
2002-02-17 Stu Markundid some of the changes I made for the curses part...
2002-02-15 Stu Mark I *DID* make changelog comments. I removed the blankj
2002-02-15 Art Cancro* Stu's changes (which he checked in without making...
2002-02-15 Stu Mark I made some changes that I hope will help the lagging...
2002-01-26 Michael Hampton* Revised status_line() display, it's much more compact now
2002-01-20 Michael Hampton* curses client: use the status line as "input" line...
2002-01-20 Michael Hampton* curses client: allow goodbye message to be seen...
2002-01-19 Michael Hampton* Fixed color support, now works when rc_ansi_color...
2002-01-19 Michael Hampton* Cosmetics for the client status line
2002-01-19 Michael Hampton* A real status line for the text client
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client