Create some directories to hold the source files for the utility
[citadel.git] / citadel / screen.c
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-02-26 Wilfried Göesgens* we need this if we don't have ncurses.
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2004-03-24 Art Cancro* Reorg header stuff to make it more compatible with...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-09 Michael Hampton* oops...also close the client on EOF/error on tty...
2004-02-09 Michael Hampton* Exit the citadel client when EOF reached on input...
2003-06-04 Michael Hampton* Numerous fixups needed for Windows port:
2002-11-13 Art Cancro* When in curses mode, call beep() instead of putc...
2002-11-04 Art Cancro* Don't run the wait indicator when in an external...
2002-10-25 Michael Hampton* Fix the status line not updating with the new wait...
2002-10-25 Art Cancro* When in fullscreen mode, display an "X" icon in the...
2002-10-19 Michael Hampton* Disable any use of curses on Darwin (this is temporar...
2002-10-02 Michael Hampton* status_line() now shows "new mail" only when there...
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