summaryrefslogtreecommitdiffstats
path: root/input.c
AgeCommit message (Expand)Author
2007-10-12Handle \r\n at EOL properly.Nicholas Marriott
2007-10-10Simplify input.c - lose class table and use macros.Nicholas Marriott
2007-10-05Wrap lines properly.Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott
2007-10-03Sprinkle some const.Nicholas Marriott
2007-10-03Add profiling. Also some trivial optimisations to skip memcpying.Nicholas Marriott
2007-10-01Restore window title handling.Nicholas Marriott
2007-10-01Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott
2007-09-30Don't move cursor when filling screen.Nicholas Marriott
2007-09-29Dl/Il should follow scrolling region.Nicholas Marriott
2007-09-29Fix scrolling region checks.Nicholas Marriott
2007-09-29Lose intermediate handling (unused). Change argument parsing to work properly...Nicholas Marriott
2007-09-29Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi...Nicholas Marriott
2007-09-29debug2 not debug.Nicholas Marriott
2007-09-29Window flags, currently only bell.Nicholas Marriott
2007-09-28Sort headers.Nicholas Marriott
2007-09-28New input parser via state machine.Nicholas Marriott
2007-09-21Pass through backspace for now.Nicholas Marriott
2007-08-28Scrolling region.Nicholas Marriott
2007-08-27Don't accept zero titles.Nicholas Marriott
2007-08-27Tweak logging.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott