summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
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