summaryrefslogtreecommitdiffstats
path: root/screen-write.c
AgeCommit message (Expand)Author
2013-02-18Unbreak line wrapping.Nicholas Marriott
2013-02-18Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag.Nicholas Marriott
2013-02-18Support the latest theory for mouse input, this is enabled/disabled with SM/RMNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-17Instead of loads of little screen_write_*_on and off functions which justNicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2012-12-08Merge branch 'obsd-master'Thomas Adam
2012-12-08Handle resetting 256-colours properly when parsing #[default],Nicholas Marriott
2012-09-25Fix up missing bits.Nicholas Marriott
2012-09-24Use ACS characters for choose-tree arrows based on diff from RomainNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1055:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1050:Tiago Cunha
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-07Sync OpenBSD patchset 1037:Tiago Cunha
2012-03-03Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott
2012-01-21Sync OpenBSD patchset 1004:Tiago Cunha
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
2011-10-23Sync OpenBSD patchset 969:Tiago Cunha
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-05-22Sync OpenBSD patchset 914:Tiago Cunha
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-04-18|PatchSet 890Nicholas 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-24Fix to properly wrap wide characters.Micah Cowan
2011-03-19Sync OpenBSD patchset 866:Tiago Cunha
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
2011-02-15Sync OpenBSD patchset 853:Tiago Cunha
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
2011-01-07Sync OpenBSD patchset 828:Tiago Cunha
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2010-12-30Sync OpenBSD patchset 812:Tiago Cunha
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-06-16Ensure we overwrite wide characters properly, and never overwrite characters ...Micah Cowan
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-19Sync OpenBSD patchset 547:Tiago Cunha
2009-11-18Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott