summaryrefslogtreecommitdiffstats
path: root/screen.c
AgeCommit message (Expand)Author
2007-10-05Wrap lines properly.Nicholas Marriott
2007-10-04Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset...Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott
2007-10-01Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott
2007-10-01Destroy screens properly.Nicholas Marriott
2007-09-29Grr missed one.Nicholas Marriott
2007-09-29Whoooops. lower not upper.Nicholas Marriott
2007-09-29Dl/Il should follow scrolling region.Nicholas Marriott
2007-09-29Spc fix.Nicholas Marriott
2007-09-29Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi...Nicholas Marriott
2007-09-28New input parser via state machine.Nicholas Marriott
2007-09-21Pass through backspace for now.Nicholas Marriott
2007-09-21Don't resize unless size changed.Nicholas Marriott
2007-08-28Tweak comment; use sizeof.Nicholas Marriott
2007-08-28Scrolling region.Nicholas Marriott
2007-08-27Don't scroll screen until trying to write beyond limits.Nicholas Marriott
2007-08-27We use screen now, not ansi.Nicholas Marriott
2007-08-27Update to be more readable and hopefully lose memory problems.Nicholas Marriott
2007-08-27+.Nicholas Marriott
2007-07-25Sync with fdm.Nicholas Marriott
2007-07-10Some code tidying, use macros in a few more places.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott