summaryrefslogtreecommitdiffstats
path: root/screen-write.c
AgeCommit message (Expand)Author
2016-01-31Clear RGB flags during selection.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mousenicm
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,nicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-14All these return values from utf8_* are confusing, use an enum.nicm
2015-11-14Be more strict about invalid UTF-8.nicm
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadnicm
2015-11-12Rename overly-long utf8data to ud throughout.nicm
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm
2015-09-14Remove some extra blank lines.nicm
2015-07-13Revert to marking lines as wrapped on newlines, fixes problems withnicm
2014-11-08Two improvements to reflow from Balazs Kezes:nicm
2014-10-20Better format for printf format attributes.nicm
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.nicm
2014-04-17Some more long lines.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2013-05-15RIS should reset focus reporting, from Hayaki Saito.Nicholas Marriott
2013-03-27Move the cursor back into the last column on CUU/CUD to match xtermNicholas Marriott
2013-03-22Unbreak line wrapping.Nicholas Marriott
2013-03-22Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag.Nicholas Marriott
2013-03-22Support the latest theory for mouse input, this is enabled/disabled withNicholas Marriott
2013-03-21Instead of loads of little screen_write_*_on and off functions whichNicholas Marriott
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2012-12-08Handle resetting 256-colours properly when parsing #[default],Nicholas Marriott
2012-09-24Use ACS characters for choose-tree arrows based on diff from RomainNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-03-17Revert screen-write.c r1.54 and fix the bug properly. After wrapping aNicholas Marriott
2012-03-14Store context off before moving the cursor when wrapping, to fix longNicholas Marriott
2012-03-03Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-04-17Fix character position check, from Tiago Resende.Nicholas Marriott
2011-03-26Fix to properly wrap wide characters, from Micah Cowan.Nicholas Marriott
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2010-12-29Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott
2010-06-21Ensure we overwrite UTF-8 wide characters properly, and never overwriteNicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-18Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott
2009-11-16A screen can be one cell wide; don't crash if that is the case.Nicholas Marriott
2009-11-11Add an explicit zero-length check for UTF-8 input data, prompted by a reportNicholas Marriott
2009-10-20Try to reduce the UTF-8 mess.Nicholas Marriott
2009-10-20UTF-8 combined character fixes.Nicholas Marriott