summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionnicm
2015-10-27Move struct options into options.c.nicm
2015-09-24Assign flag not number for flag types (we got away with it so farnicm
2015-09-01Tweak some error messages/comments.nicm
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.nicm
2015-04-19Support setting the default window and pane background colours (windownicm
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfonicm
2014-04-17Wrap some long lines.nicm
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22If there are any terminals with insert mode but not ich1, they can goNicholas Marriott
2011-12-01Log terminal overrides.Nicholas Marriott
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-01Another table that should be const.Nicholas Marriott
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott
2010-09-11Ignore terminal overrides settings without a value.Nicholas Marriott
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