aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2013-01-30
|\
| * Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott2013-01-18
* | Merge branch 'obsd-master'Thomas Adam2013-01-17
|\|
| * Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott2013-01-15
* | Merge branch 'obsd-master'Thomas Adam2012-12-08
|\|
| * Handle resetting 256-colours properly when parsing #[default],Nicholas Marriott2012-12-08
| * Use ACS characters for choose-tree arrows based on diff from RomainNicholas Marriott2012-09-24
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Revert screen-write.c r1.54 and fix the bug properly. After wrapping aNicholas Marriott2012-03-17
| * Store context off before moving the cursor when wrapping, to fix longNicholas Marriott2012-03-14
| * Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott2012-03-03
| * Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott2012-01-21
| * Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott2011-10-23
| * Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott2011-05-18
| * Fix character position check, from Tiago Resende.Nicholas Marriott2011-04-17
| * Fix to properly wrap wide characters, from Micah Cowan.Nicholas Marriott2011-03-26
| * Support passing through escape sequences to the underlying terminal byNicholas Marriott2011-03-07
| * When clearing the entire screen, clear lines that are used into theNicholas Marriott2011-01-25
| * Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott2011-01-03
| * Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott2010-12-29
| * Ensure we overwrite UTF-8 wide characters properly, and never overwriteNicholas Marriott2010-06-21
| * Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott2010-04-06
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
| * Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott2009-11-18
| * A screen can be one cell wide; don't crash if that is the case.Nicholas Marriott2009-11-16
| * Add an explicit zero-length check for UTF-8 input data, prompted by a reportNicholas Marriott2009-11-11
| * Try to reduce the UTF-8 mess.Nicholas Marriott2009-10-20
| * UTF-8 combined character fixes.Nicholas Marriott2009-10-20
| * Move the check for whether to force a line wrapper lower down into the tty codeNicholas Marriott2009-10-20
| * Always move the cursor position on !xenl terminals, since there is no invisibleNicholas Marriott2009-10-17
| * Don't print wide characters at screen width - 1. Matches uterm behaviour andNicholas Marriott2009-10-17
| * Instead of having a complicated check to see if the cursor is in the lastNicholas Marriott2009-10-17
| * When drawing lines that have wrapped naturally, don't force a newline butNicholas Marriott2009-10-12
| * When backspace is received at the beginning of a line and the previous line wasNicholas Marriott2009-10-12
| * Wrap a couple of long lines.Nicholas Marriott2009-10-12
| * Permit attributes to be turned off in #[] by prefixing with "no", for exampleNicholas Marriott2009-10-12
| * Stick line length to what is actually used (removing an optimization thatNicholas Marriott2009-09-15
| * Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
| * Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott2009-09-07
| * Ugh, committed the wrong version of this change and got both solutions ratherNicholas Marriott2009-08-21
| * A few trivial optimisations: no need to check for zero size if callingNicholas Marriott2009-08-20
| * It was originally intended that scroll mode would show content that wasNicholas Marriott2009-08-13
| * Add a flags member to the grid_line struct and use it to differentiate linesNicholas Marriott2009-08-08
| * Plug some memory leaks.Nicholas Marriott2009-07-30
| * Draw UTF-8 characters under the selection correctly.Nicholas Marriott2009-07-27
| * More tty code tidying: move the saved cursor/region position (from before theNicholas Marriott2009-07-22
| * enum tty_cmd is only used as an index into the array of command functionNicholas Marriott2009-07-22
| * There are relatively few arguments to tty_cmd_* functions now, so tidy them upNicholas Marriott2009-07-22
| * tty_cmd_raw is only used once, for raw UTF-8 output, so rename it toNicholas Marriott2009-07-22