aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2016-12-10
|\
| * Spacing nits.nicm2016-12-09
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-01-29
|\|
| * Support for RGB colour, using the extended cell mechanism to avoidnicm2016-01-29
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2015-12-11
|\ \
| * | Merge branch 'obsd-master'Thomas Adam2015-12-11
| |\|
| | * Style nits and line wrapping of function declarations.nicm2015-12-11
* | | Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causesNicholas Marriott2015-12-11
|/ /
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-09-24
|\|
| * Assign flag not number for flag types (we got away with it so farnicm2015-09-24
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * Tweak some error messages/comments.nicm2015-09-01
* | Merge branch 'obsd-master'Thomas Adam2015-07-28
|\|
| * Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-28
* | Merge branch 'obsd-master'Thomas Adam2015-04-20
|\|
| * Support setting the default window and pane background colours (windownicm2015-04-19
* | Merge branch 'obsd-master'Thomas Adam2015-02-06
|\|
| * Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm2015-01-20
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-08-09
|\|
| * Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-21
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Wrap some long lines.nicm2014-04-17
* | Merge branch 'obsd-master'Thomas Adam2014-04-05
|\|
| * Change terminal-overrides to a server option (now that we have them), itnicm2014-02-23
* | Merge branch 'obsd-master'Thomas Adam2013-06-13
|\|
| * The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott2013-06-02
* | Merge branch 'obsd-master'Thomas Adam2013-04-13
|\|
| * Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott2013-03-27
* | Instead of skipping del_curterm on FreeBSD < 7, skip it on ncurses < 5.7. ItNicholas Marriott2013-03-22
* | Merge branch 'obsd-master'Thomas Adam2013-01-17
|\|
| * Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott2013-01-15
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * If there are any terminals with insert mode but not ich1, they can goNicholas Marriott2012-05-22
| * Log terminal overrides.Nicholas Marriott2011-12-01
| * Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott2011-10-23
| * Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott2011-05-20
| * Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott2011-05-20
| * Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott2011-05-18
| * Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott2011-05-08
| * If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott2011-04-09
| * Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26