summaryrefslogtreecommitdiffstats
path: root/screen-write.c
AgeCommit message (Expand)Author
2009-09-15Sync OpenBSD patchset 328:Tiago Cunha
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
2009-09-07Sync OpenBSD patchset 317:Tiago Cunha
2009-08-21Sync OpenBSD patchset 285:Tiago Cunha
2009-08-21Sync OpenBSD patchset 282:Tiago Cunha
2009-08-14Sync OpenBSD patchset 252:Tiago Cunha
2009-08-09Sync OpenBSD patchset 227:Tiago Cunha
2009-07-30Sync OpenBSD patchset 207:Tiago Cunha
2009-07-28Sync OpenBSD patchset 186:Tiago Cunha
2009-07-23Sync OpenBSD patchset 162:Tiago Cunha
2009-07-23Sync OpenBSD patchset 160:Tiago Cunha
2009-07-22Sync OpenBSD patchset 159:Tiago Cunha
2009-07-22Sync OpenBSD patchset 158:Tiago Cunha
2009-07-15The 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-07-01Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-26Whoops, revert.Nicholas Marriott
2009-06-26Remove some unused function declarations; no binary change.Nicholas Marriott
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Support insert mode by using insert character to shift the cells before writingNicholas Marriott
2009-06-25Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott
2009-06-25Fix some miscalculations when clearing to start of screen: the number of linesNicholas Marriott
2009-06-25New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott
2009-06-25Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott
2009-03-30- Unbreak selection colouring.Nicholas Marriott
2009-03-298 -> UTF8_SIZE.Nicholas Marriott
2009-03-29- Ignore padding when writing so copying the screen for copy-mode doesn't inc...Nicholas Marriott
2009-03-28Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott
2009-03-28Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott
2009-03-28struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott
2009-03-05CSR resets the cursor to the top-left. Reported by merdely.Nicholas Marriott
2009-02-25Redraw selection properly.Nicholas Marriott
2009-02-24Check the right variable. Doh.Nicholas Marriott
2009-02-21Don't turn cursor off unless actually drawing something.Nicholas Marriott
2009-02-11We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott
2009-02-11Simplify screen/tty write code to eliminate function pointer which is nowNicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-27Handle cursor on/off better.Nicholas Marriott
2009-01-26Don't screw up UTF-8 combined characters.Nicholas Marriott
2009-01-19Leftover label.Nicholas Marriott
2009-01-18Unbreak UTF-8.Nicholas Marriott
2009-01-18Use the right size.Nicholas Marriott
2009-01-17Tidy a few warnings.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott