aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* 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
* Whoops, didn't mean to commit that bit.Nicholas Marriott2009-01-10
* Don't need cud.Nicholas Marriott2009-01-10
* Support btab.Nicholas Marriott2009-01-10
* Trim spaces.Nicholas Marriott2009-01-10
* New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott2009-01-10
* Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott2009-01-09