summaryrefslogtreecommitdiffstats
path: root/tty.c
AgeCommit message (Expand)Author
2008-12-06Kill warning.Nicholas Marriott
2008-11-27Support dfly, from joshe.Nicholas Marriott
2008-11-16Disable UTF-8 by default and add options to enable it.Nicholas Marriott
2008-11-16Keep stack of previous windows.Nicholas Marriott
2008-11-05TAILQ -> SLIST.Nicholas Marriott
2008-10-27Don't die if tcsetattr fails; fixes problems with cwm.Nicholas Marriott
2008-10-09I don't like this...Nicholas Marriott
2008-10-09Translate 256 colours to 16.Nicholas Marriott
2008-09-26Don't scroll screen when redrawing it.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-23Don't die on empty output strings, some terminfo entries have empty caps.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-09-08Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott
2008-09-08Get defaults the right way round.Nicholas Marriott
2008-09-08Initial 256 colour support, lightly tested.Nicholas Marriott
2008-07-23Support keypad. Change cursor key output.Nicholas Marriott
2008-07-02Rm UCLC LCUC which are unsupported on FBSD.Nicholas Marriott
2008-06-23IRIX fixes thanks to Elias Pipping.Nicholas Marriott
2008-06-22Don't be clever and translate default colour.Nicholas Marriott
2008-06-21Only set title if TERM looks vaguely okay. Also use newline for, er, newline ...Nicholas Marriott
2008-06-21Whoops. Take out abort().Nicholas Marriott
2008-06-21Strip padding from terminfo strings.Nicholas Marriott
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