aboutsummaryrefslogtreecommitdiff
path: root/tty.c
Commit message (Collapse)AuthorAge
...
* Initial UTF-8 support.Nicholas Marriott2008-09-09
|
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits ↵Nicholas Marriott2008-09-08
| | | | (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/.
* Get defaults the right way round.Nicholas Marriott2008-09-08
|
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
|
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
|
* Rm UCLC LCUC which are unsupported on FBSD.Nicholas Marriott2008-07-02
|
* IRIX fixes thanks to Elias Pipping.Nicholas Marriott2008-06-23
|
* Don't be clever and translate default colour.Nicholas Marriott2008-06-22
|
* Only set title if TERM looks vaguely okay. Also use newline for, er, newline ↵Nicholas Marriott2008-06-21
| | | | rather than cursor_down.
* Whoops. Take out abort().Nicholas Marriott2008-06-21
|
* Strip padding from terminfo strings.Nicholas Marriott2008-06-21
|
* Freeze output when showing display line, fixes problems when no status line.Nicholas Marriott2008-06-20
|
* Hide cursor with flag.Nicholas Marriott2008-06-19
|
* Trimify.Nicholas Marriott2008-06-18
|
* Lose OFILL.Nicholas Marriott2008-06-18
|
* Better modes for Solaris.Nicholas Marriott2008-06-18
|
* More Solaris stuff. Use ttyname, use ncurses,h.Nicholas Marriott2008-06-18
|
* Set window title to current session. New options set-titles to disable.Nicholas Marriott2008-06-18
|
* Use existing termios and get rid of stuff we don't want rather than ↵Nicholas Marriott2008-06-10
| | | | constructing a new one.
* Extra unused.Nicholas Marriott2008-06-07
|
* ich emulation should maintain cursor position; bug spotted by merdely.Nicholas Marriott2008-06-06
|
* Ugh, this should be backspace.Nicholas Marriott2008-05-31
|
* Linux rxvt doesn't support parm_dch or delete_character.Nicholas Marriott2008-05-10
|
* Don't attempt to reset tty if it is dead.Nicholas Marriott2008-01-02
|
* Quick start section in man page.Nicholas Marriott2007-12-16
|
* Actually incrementing the reference count would be nice.Nicholas Marriott2007-12-10
|
* Use the current attr/colours for filling in new areas, this fixes the echo ↵Nicholas Marriott2007-12-06
| | | | \\033[35\;46m\\033[2J bug.
* Workaround FreeBSD problems with deleting terms.Nicholas Marriott2007-12-06
|
* Only close the tty during exit process and leave freeing it to when the ↵Nicholas Marriott2007-12-06
| | | | socket is lost.
* Save term data in a linked list and reuse it.Nicholas Marriott2007-12-06
|
* Clean up after error properly.Nicholas Marriott2007-12-06
|
* Restore termcap checks.Nicholas Marriott2007-12-06
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Handle missing parm_*.Nicholas Marriott2007-12-03
|
* Preliminary mouse support.Nicholas Marriott2007-11-27
|
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
|
* Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott2007-11-27
|
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
|
* Make reset actually work.Nicholas Marriott2007-11-27
|
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27