summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
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-03Solaris requires this header ordering.Nicholas Marriott
2009-11-28Sync OpenBSD patchset 563:Tiago Cunha
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-10-28Sync OpenBSD patchset 458:Tiago Cunha
2009-10-28Sync OpenBSD patchset 446:Tiago Cunha
2009-10-25Sync OpenBSD patchset 443:Tiago Cunha
2009-10-15Sync OpenBSD patchset 395:Tiago Cunha
2009-09-22Tweak tparm() to make Solaris' backward userland happy and remove the -I messNicholas Marriott
2009-08-23Check the return value of strunvis against -1 not NULL.Nicholas Marriott
2009-08-21Sync OpenBSD patchset 287:Tiago Cunha
2009-08-09Sync OpenBSD patchset 221:Tiago Cunha
2009-08-09Sync OpenBSD patchset 213:Tiago Cunha
2009-08-09Do not include vis.h directly, since it's OS-dependent.Tiago Cunha
2009-08-09Sync OpenBSD patchset 211:Tiago Cunha
2009-08-09Sync OpenBSD patchset 210:Tiago Cunha
2009-07-14Whoops, chose the wrong one in a conflict. Revert.Nicholas Marriott
2009-07-14Don't need ncurses, use curses.Nicholas Marriott
2009-06-25More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott
2009-05-15Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ...Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-23Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott
2009-03-07Support for 88 colour terminals.Nicholas Marriott
2009-03-02Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott
2009-02-16strdup() not necessary here.Nicholas Marriott
2009-02-12Never draw last character: stops stray scrolling sometimes should status line...Nicholas Marriott
2009-02-11FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott
2009-02-11Emulate CSR with existing screen data on old/stupid terminals which don't sup...Nicholas Marriott
2009-02-11Lose unnecessary cursor restores, fix a couple of placement bugs and remove u...Nicholas Marriott
2009-02-11Don't debug this stuff.Nicholas Marriott
2009-02-01Fix all rxvt*.Nicholas Marriott
2009-01-11Codes no longer needed.Nicholas Marriott
2009-01-10Restore emulation of ich with insert mode.Nicholas Marriott
2009-01-10Whoops, didn't mean to commit that bit.Nicholas Marriott
2009-01-10Don't need cud.Nicholas Marriott
2009-01-10Support btab.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-10New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott