summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
2016-01-29Merge branch 'obsd-master'Thomas Adam
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-12-11Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causesNicholas Marriott
2015-12-11Merge branch 'obsd-master'Thomas Adam
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionnicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-09-24Merge branch 'obsd-master'Thomas Adam
2015-09-24Assign flag not number for flag types (we got away with it so farnicm
2015-09-06Merge branch 'obsd-master'Thomas Adam
2015-09-01Tweak some error messages/comments.nicm
2015-07-28Merge branch 'obsd-master'Thomas Adam
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.nicm
2015-04-20Merge branch 'obsd-master'Thomas Adam
2015-04-19Support setting the default window and pane background colours (windownicm
2015-02-06Merge branch 'obsd-master'Thomas Adam
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-08-09Merge branch 'obsd-master'Thomas Adam
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfonicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Wrap some long lines.nicm
2014-04-05Merge branch 'obsd-master'Thomas Adam
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
2013-06-13Merge branch 'obsd-master'Thomas Adam
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-04-13Merge branch 'obsd-master'Thomas Adam
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
2013-03-22Instead of skipping del_curterm on FreeBSD < 7, skip it on ncurses < 5.7. ItNicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22Sync OpenBSD patchset 1116:Tiago Cunha
2012-05-22If there are any terminals with insert mode but not ich1, they can goNicholas Marriott
2011-12-06Sync OpenBSD patchset 985:Tiago Cunha
2011-12-01Log terminal overrides.Nicholas Marriott
2011-10-23Sync OpenBSD patchset 969:Tiago Cunha
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-06-26tparm requires 10 arguments on Solaris.Nicholas Marriott
2011-05-22Sync OpenBSD patchset 916:Tiago Cunha
2011-05-22Sync OpenBSD patchset 915:Tiago Cunha
2011-05-22Sync OpenBSD patchset 914:Tiago Cunha
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott