summaryrefslogtreecommitdiffstats
path: root/tty.c
AgeCommit message (Expand)Author
2008-06-20Freeze output when showing display line, fixes problems when no status line.Nicholas Marriott
2008-06-19Hide cursor with flag.Nicholas Marriott
2008-06-18Trimify.Nicholas Marriott
2008-06-18Lose OFILL.Nicholas Marriott
2008-06-18Better modes for Solaris.Nicholas Marriott
2008-06-18More Solaris stuff. Use ttyname, use ncurses,h.Nicholas Marriott
2008-06-18Set window title to current session. New options set-titles to disable.Nicholas Marriott
2008-06-10Use existing termios and get rid of stuff we don't want rather than construct...Nicholas Marriott
2008-06-07Extra unused.Nicholas Marriott
2008-06-06ich emulation should maintain cursor position; bug spotted by merdely.Nicholas Marriott
2008-05-31Ugh, this should be backspace.Nicholas Marriott
2008-05-10Linux rxvt doesn't support parm_dch or delete_character.Nicholas Marriott
2008-01-02Don't attempt to reset tty if it is dead.Nicholas Marriott
2007-12-16Quick start section in man page.Nicholas Marriott
2007-12-10Actually incrementing the reference count would be nice.Nicholas Marriott
2007-12-06Use the current attr/colours for filling in new areas, this fixes the echo \\...Nicholas Marriott
2007-12-06Workaround FreeBSD problems with deleting terms.Nicholas Marriott
2007-12-06Only close the tty during exit process and leave freeing it to when the socke...Nicholas Marriott
2007-12-06Save term data in a linked list and reuse it.Nicholas Marriott
2007-12-06Clean up after error properly.Nicholas Marriott
2007-12-06Restore termcap checks.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-03Handle missing parm_*.Nicholas Marriott
2007-11-27Preliminary mouse support.Nicholas Marriott
2007-11-27Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott
2007-11-27Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott
2007-11-27Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott
2007-11-27Make reset actually work.Nicholas Marriott
2007-11-27Minor tweaks/missed bits.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott