aboutsummaryrefslogtreecommitdiff
path: root/input.c
Commit message (Collapse)AuthorAge
...
* 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 ↵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).
* 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 ↵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.