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