summaryrefslogtreecommitdiffstats
path: root/screen-write.c
AgeCommit message (Expand)Author
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-14The scroll region cannot be one line only, ignore attempts to make it so.Nicholas Marriott
2009-07-09Cursor up and down should be limited by the scroll region (cuu should stop atNicholas Marriott
2009-07-09Change inserting and deleting lines inside the scroll region to properly clearNicholas Marriott
2009-07-09Tidy by removing unused argument from grid_view_{insert,delete}_line_regionNicholas Marriott
2009-06-29Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-05Remove trailing newlines, spaces, and tabs.Ray Lai
2009-06-03Support insert mode by using insert character to shift the cells before writingNicholas 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-03New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott
2009-06-03Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott