summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
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
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
2011-05-18Sync OpenBSD patchset 904:Tiago Cunha
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-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
2011-02-15Sync OpenBSD patchset 854:Tiago Cunha
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-03Sync OpenBSD patchset 822:Tiago Cunha
2011-01-01Another table that should be const.Nicholas Marriott
2010-12-31Switch tmux to use autoconf and automake.Nicholas Marriott
2010-09-18Sync OpenBSD patchset 762:Tiago Cunha
2010-09-18Sync OpenBSD patchset 761:Tiago Cunha
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-18FreeBSD 6.x has a bug and crashes in del_curterm, so ifdef it out on thatNicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-03Solaris requires this header ordering.Nicholas Marriott
2009-11-28Sync OpenBSD patchset 563:Tiago Cunha
2009-11-26Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.Nicholas Marriott
2009-11-26Despite terminfo being in use for around 20 years, NetBSD still haven't gotNicholas Marriott
2009-11-13Sync OpenBSD patchset 532:Tiago Cunha
2009-11-12Emulate the ri (reverse index) capability: this allows tmux to at least startNicholas Marriott
2009-10-28Sync OpenBSD patchset 458:Tiago Cunha
2009-10-28Sync OpenBSD patchset 446:Tiago Cunha
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-25Sync OpenBSD patchset 443:Tiago Cunha
2009-10-24Bring a comment into line with reality.Nicholas Marriott
2009-10-15Sync OpenBSD patchset 395:Tiago Cunha
2009-10-12Use relative cursor movement instead of absolute when possible and whenNicholas Marriott
2009-09-22Tweak tparm() to make Solaris' backward userland happy and remove the -I messNicholas Marriott