aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 1116:Tiago Cunha2012-05-22
* Sync OpenBSD patchset 985:Tiago Cunha2011-12-06
* Sync OpenBSD patchset 969:Tiago Cunha2011-10-23
* Expand the Id keyword. Tiago Cunha2011-07-09
* tparm requires 10 arguments on Solaris.Nicholas Marriott2011-06-26
* Sync OpenBSD patchset 916:Tiago Cunha2011-05-22
* Sync OpenBSD patchset 915:Tiago Cunha2011-05-22
* Sync OpenBSD patchset 914:Tiago Cunha2011-05-22
* Sync OpenBSD patchset 904:Tiago Cunha2011-05-18
* If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott2011-04-09
* Sync OpenBSD patchset 854:Tiago Cunha2011-02-15
* Sync OpenBSD patchset 822:Tiago Cunha2011-01-03
* Switch tmux to use autoconf and automake.Nicholas Marriott2010-12-31
* Sync OpenBSD patchset 762:Tiago Cunha2010-09-18
* Sync OpenBSD patchset 761:Tiago Cunha2010-09-18
* FreeBSD 6.x has a bug and crashes in del_curterm, so ifdef it out on thatNicholas Marriott2009-12-18
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Solaris requires this header ordering.Nicholas Marriott2009-12-03
* Sync OpenBSD patchset 563:Tiago Cunha2009-11-28
* Despite terminfo being in use for around 20 years, NetBSD still haven't gotNicholas Marriott2009-11-26
* Sync OpenBSD patchset 532:Tiago Cunha2009-11-13
* Sync OpenBSD patchset 458:Tiago Cunha2009-10-28
* Sync OpenBSD patchset 446:Tiago Cunha2009-10-28
* Sync OpenBSD patchset 443:Tiago Cunha2009-10-25
* Sync OpenBSD patchset 395:Tiago Cunha2009-10-15
* Tweak tparm() to make Solaris' backward userland happy and remove the -I messNicholas Marriott2009-09-22
* Check the return value of strunvis against -1 not NULL.Nicholas Marriott2009-08-23
* Sync OpenBSD patchset 287:Tiago Cunha2009-08-21
* Sync OpenBSD patchset 221:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 213:Tiago Cunha2009-08-09
* Do not include vis.h directly, since it's OS-dependent.Tiago Cunha2009-08-09
* Sync OpenBSD patchset 211:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 210:Tiago Cunha2009-08-09
* Whoops, chose the wrong one in a conflict. Revert.Nicholas Marriott2009-07-14
* Don't need ncurses, use curses.Nicholas Marriott2009-07-14
* More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott2009-06-25
* Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ...Nicholas Marriott2009-05-15
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott2009-04-23
* Support for 88 colour terminals.Nicholas Marriott2009-03-07
* Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott2009-03-02
* strdup() not necessary here.Nicholas Marriott2009-02-16
* Never draw last character: stops stray scrolling sometimes should status line...Nicholas Marriott2009-02-12
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott2009-02-11
* Emulate CSR with existing screen data on old/stupid terminals which don't sup...Nicholas Marriott2009-02-11
* Lose unnecessary cursor restores, fix a couple of placement bugs and remove u...Nicholas Marriott2009-02-11
* Don't debug this stuff.Nicholas Marriott2009-02-11
* Fix all rxvt*.Nicholas Marriott2009-02-01
* Codes no longer needed.Nicholas Marriott2009-01-11
* Restore emulation of ich with insert mode.Nicholas Marriott2009-01-10