aboutsummaryrefslogtreecommitdiff
path: root/local.c
Commit message (Collapse)AuthorAge
* Reset scrolling region on exit.Nicholas Marriott2007-10-02
|
* Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott2007-10-01
|
* Lose intermediate handling (unused). Change argument parsing to work ↵Nicholas Marriott2007-09-29
| | | | properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point).
* Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These ↵Nicholas Marriott2007-09-29
| | | | will be reqd for status line(s).
* Pass bell through from any window.Nicholas Marriott2007-09-29
|
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Pass through backspace for now.Nicholas Marriott2007-09-21
|
* Reset ignored signals after forkpty.Nicholas Marriott2007-09-20
|
* Scrolling region.Nicholas Marriott2007-08-28
|
* Sync with fdm.Nicholas Marriott2007-07-25
|
* And more.Nicholas Marriott2007-07-09
|
* Log missing terminfo vars rather than dying.Nicholas Marriott2007-07-09
|
* 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.