aboutsummaryrefslogtreecommitdiff
path: root/input.c
Commit message (Collapse)AuthorAge
...
* Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these ↵Nicholas Marriott2008-07-24
| | | | separately but forgot :-/.
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
|
* Missing NULL check.Nicholas Marriott2008-06-18
|
* Revert attempt to fix stray updates, turns out it was clock :-/.Nicholas Marriott2008-06-04
|
* vi keys from Will Maier.Nicholas Marriott2008-06-04
|
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
|
* 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 ↵Nicholas Marriott2007-11-24
| | | | don't set region after DECRC.
* 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 ↵Nicholas Marriott2007-11-20
| | | | display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback.
* 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
|