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