aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.Nicholas Marriott2009-11-26
* Emulate the ri (reverse index) capability: this allows tmux to at least startNicholas Marriott2009-11-12
* Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of theseNicholas Marriott2009-10-26
* Remove the -d flag to tmux and just use op/AX to detect default colours.Nicholas Marriott2009-10-25
* Bring a comment into line with reality.Nicholas Marriott2009-10-24
* Use relative cursor movement instead of absolute when possible and whenNicholas Marriott2009-10-12
* Check the return value of strunvis against -1 not NULL.Nicholas Marriott2009-08-23
* Emulate dch/dch1 if missing by redrawing the entire line.Nicholas Marriott2009-08-21
* Clear the codes array earlier as tty_term_free could be called on error.Nicholas Marriott2009-08-05
* Don't try to free old string values (and crash) when they are overridden unlessNicholas Marriott2009-08-03
* Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott2009-08-03
* Fix checking of setupterm(3) error codes. While there include theMatthieu Herrb2009-08-02
* Since tmux doesn't actually need ncurses, use -lcurses/curses.hNicholas Marriott2009-07-14
* Remove trailing newlines, spaces, and tabs.Ray Lai2009-06-05
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01