aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Collapse)AuthorAge
* Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott2007-10-01
|
* Destroy screens properly.Nicholas Marriott2007-10-01
|
* Grr missed one.Nicholas Marriott2007-09-29
|
* Whoooops. lower not upper.Nicholas Marriott2007-09-29
|
* Dl/Il should follow scrolling region.Nicholas Marriott2007-09-29
|
* Spc fix.Nicholas Marriott2007-09-29
|
* Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These ↵Nicholas Marriott2007-09-29
| | | | will be reqd for status line(s).
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Pass through backspace for now.Nicholas Marriott2007-09-21
|
* Don't resize unless size changed.Nicholas Marriott2007-09-21
|
* Tweak comment; use sizeof.Nicholas Marriott2007-08-28
|
* Scrolling region.Nicholas Marriott2007-08-28
|
* Don't scroll screen until trying to write beyond limits.Nicholas Marriott2007-08-27
|
* We use screen now, not ansi.Nicholas Marriott2007-08-27
|
* Update to be more readable and hopefully lose memory problems.Nicholas Marriott2007-08-27
|
* +.Nicholas Marriott2007-08-27
|
* Sync with fdm.Nicholas Marriott2007-07-25
|
* Some code tidying, use macros in a few more places.Nicholas Marriott2007-07-10
|
* 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.