summaryrefslogtreecommitdiffstats
path: root/tty.c
AgeCommit message (Expand)Author
2009-07-27Draw UTF-8 characters under the selection correctly.Nicholas Marriott
2009-07-22tty_write is relatively short and the only function left in tty-write.c so moveNicholas Marriott
2009-07-22More tty code tidying: move the saved cursor/region position (from before theNicholas Marriott
2009-07-22enum tty_cmd is only used as an index into the array of command functionNicholas Marriott
2009-07-22There are relatively few arguments to tty_cmd_* functions now, so tidy them upNicholas Marriott
2009-07-22tty_cmd_raw is only used once, for raw UTF-8 output, so rename it toNicholas Marriott
2009-07-10Don't send initialisation strings is1/2/3 (barely anything else does) and moveNicholas Marriott
2009-07-07Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott
2009-06-27Copy the 256-colour flag into the tty saved cell as well as the actual colour,Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-06-24Trying to predict the cursor position for UTF-8 output in the same way as forNicholas Marriott
2009-06-03Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott
2009-06-03Fix some miscalculations when clearing to start of screen: the number of linesNicholas Marriott
2009-06-02Recent code to try and detect if a terminal supports UTF-8 by printing to itNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott