aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Collapse)AuthorAge
...
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott2009-04-23
| | | | | console. Many thanks for a very informative email from Christian Weisgerber.
* 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 ↵Nicholas Marriott2009-02-12
| | | | line be disabled.
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the ↵Nicholas Marriott2009-02-11
| | | | cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted.
* Emulate CSR with existing screen data on old/stupid terminals which don't ↵Nicholas Marriott2009-02-11
| | | | support it.
* Lose unnecessary cursor restores, fix a couple of placement bugs and remove ↵Nicholas Marriott2009-02-11
| | | | unused CR.
* 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
| | | | term stuff a bit.
* Build array of codes, stop using ncurses global variables and push ncurses ↵Nicholas Marriott2009-01-09
crap into tty-term.c.