aboutsummaryrefslogtreecommitdiff
path: root/buffer.c
Commit message (Collapse)AuthorAge
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
|
* Nuke unused buffer functions. Found by lint.Nicholas Marriott2009-06-25
| | | | | Also remove some old debug output which was #if 0.
* Lose ensure* stuff.Nicholas Marriott2008-08-07
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Sync with fdm.Nicholas Marriott2007-07-25
|
* Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott2007-07-09
showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.