aboutsummaryrefslogtreecommitdiff
path: root/input.c
Commit message (Expand)AuthorAge
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
* Fix charset stuff.Nicholas Marriott2007-12-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
* Preliminary mouse support.Nicholas Marriott2007-11-27
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
* Clear current line properly on clear eos.Nicholas Marriott2007-11-27
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott2007-11-24
* Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don'...Nicholas Marriott2007-11-24
* Inc region in debug msg.Nicholas Marriott2007-11-23
* Fix clear.Nicholas Marriott2007-11-21
* Initial history support.Nicholas Marriott2007-11-21
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott2007-11-20
* Style: ry_* -> r*Nicholas Marriott2007-11-20
* Check for scrolling when _cursor_ is inside region, not number of lines. Duh.Nicholas Marriott2007-11-16
* Support tab.Nicholas Marriott2007-11-09
* Don't save/restore ry_*.Nicholas Marriott2007-10-26
* Use local var and pull screen out of ictx.Nicholas Marriott2007-10-24
* Handle DSR for resize(1).Nicholas Marriott2007-10-24
* Save restore attr.Nicholas Marriott2007-10-24
* Don't send zero-length when we have a \0.Nicholas Marriott2007-10-19
* Add a bell-action option.Nicholas Marriott2007-10-19
* Handle \r\n at EOL properly.Nicholas Marriott2007-10-12
* Simplify input.c - lose class table and use macros.Nicholas Marriott2007-10-10
* Wrap lines properly.Nicholas Marriott2007-10-05
* Incomplete resize support.Nicholas Marriott2007-10-04
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
* Sprinkle some const.Nicholas Marriott2007-10-03
* Add profiling. Also some trivial optimisations to skip memcpying.Nicholas Marriott2007-10-03
* Restore window title handling.Nicholas Marriott2007-10-01
* Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott2007-10-01
* Don't move cursor when filling screen.Nicholas Marriott2007-09-30
* Dl/Il should follow scrolling region.Nicholas Marriott2007-09-29
* Fix scrolling region checks.Nicholas Marriott2007-09-29
* Lose intermediate handling (unused). Change argument parsing to work properly...Nicholas Marriott2007-09-29
* Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi...Nicholas Marriott2007-09-29
* debug2 not debug.Nicholas Marriott2007-09-29
* Window flags, currently only bell.Nicholas Marriott2007-09-29
* Sort headers.Nicholas Marriott2007-09-28
* New input parser via state machine.Nicholas Marriott2007-09-28
* Pass through backspace for now.Nicholas Marriott2007-09-21
* Scrolling region.Nicholas Marriott2007-08-28
* Don't accept zero titles.Nicholas Marriott2007-08-27
* Tweak logging.Nicholas Marriott2007-08-27
* Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott2007-07-09