aboutsummaryrefslogtreecommitdiff
path: root/input.c
Commit message (Collapse)AuthorAge
* Trim spaces.Nicholas Marriott2009-01-10
|
* Don't return NULL when retrieving a string that is too long.Nicholas Marriott2009-01-08
|
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
|
* Make window options work the same was as session options, add ↵Nicholas Marriott2008-12-08
| | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
* Ability to show window title on status line.Nicholas Marriott2008-12-05
|
* Disable UTF-8 by default and add options to enable it.Nicholas Marriott2008-11-16
|
* Record intermediate for p2/s2 and fake up charset redefinition (some ↵Nicholas Marriott2008-11-04
| | | | programs use it to switch character set).
* This breaks mutt.Nicholas Marriott2008-11-04
|
* Alternative charset commands.Nicholas Marriott2008-11-04
|
* Better OSC support for title setting, and support APC as well.Nicholas Marriott2008-10-09
|
* SGR should not reset charset... don't know how this worked before...Nicholas Marriott2008-09-26
|
* Make RIS also reset scroll region.Nicholas Marriott2008-09-26
|
* Trim.Nicholas Marriott2008-09-26
|
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
|
* Initial UTF-8 support.Nicholas Marriott2008-09-09
|
* Unbreak 256 colours when commands are combined.Nicholas Marriott2008-09-09
|
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits ↵Nicholas Marriott2008-09-08
| | | | (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/.
* Comments.Nicholas Marriott2008-09-08
|
* Get the colours right.Nicholas Marriott2008-09-08
|
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
|
* 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
|