summaryrefslogtreecommitdiffstats
path: root/screen-write.c
AgeCommit message (Expand)Author
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
2009-11-18Sync OpenBSD patchset 542:Tiago Cunha
2009-11-16A screen can be one cell wide; don't crash if that is the case.Nicholas Marriott
2009-11-13Sync OpenBSD patchset 529:Tiago Cunha
2009-11-11Add an explicit zero-length check for UTF-8 input data, prompted by a reportNicholas Marriott
2009-10-23Sync OpenBSD patchset 421:Tiago Cunha
2009-10-23Sync OpenBSD patchset 420:Tiago Cunha
2009-10-23Sync OpenBSD patchset 419:Tiago Cunha
2009-10-23Sync OpenBSD patchset 416:Tiago Cunha
2009-10-23Sync OpenBSD patchset 415:Tiago Cunha
2009-10-23Sync OpenBSD patchset 414:Tiago Cunha
2009-10-20Try to reduce the UTF-8 mess.Nicholas Marriott
2009-10-20UTF-8 combined character fixes.Nicholas Marriott
2009-10-20Move the check for whether to force a line wrapper lower down into the tty codeNicholas Marriott
2009-10-17Always move the cursor position on !xenl terminals, since there is no invisibleNicholas Marriott
2009-10-17Don't print wide characters at screen width - 1. Matches uterm behaviour andNicholas Marriott
2009-10-17Instead of having a complicated check to see if the cursor is in the lastNicholas Marriott
2009-10-15Sync OpenBSD patchset 401:Tiago Cunha
2009-10-15Sync OpenBSD patchset 400:Tiago Cunha
2009-10-15Sync OpenBSD patchset 397:Tiago Cunha
2009-10-15Sync OpenBSD patchset 394:Tiago Cunha
2009-10-12When drawing lines that have wrapped naturally, don't force a newline butNicholas Marriott
2009-10-12When backspace is received at the beginning of a line and the previous line wasNicholas Marriott
2009-10-12Wrap a couple of long lines.Nicholas Marriott
2009-10-12Permit attributes to be turned off in #[] by prefixing with "no", for exampleNicholas Marriott
2009-09-15Sync OpenBSD patchset 328:Tiago Cunha
2009-09-15Stick line length to what is actually used (removing an optimization thatNicholas Marriott
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
2009-09-10Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott
2009-09-07Sync OpenBSD patchset 317:Tiago Cunha
2009-09-07Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott
2009-08-21Sync OpenBSD patchset 285:Tiago Cunha
2009-08-21Sync OpenBSD patchset 282:Tiago Cunha
2009-08-21Ugh, committed the wrong version of this change and got both solutions ratherNicholas Marriott
2009-08-20A few trivial optimisations: no need to check for zero size if callingNicholas Marriott
2009-08-14Sync OpenBSD patchset 252:Tiago Cunha
2009-08-13It was originally intended that scroll mode would show content that wasNicholas Marriott
2009-08-09Sync OpenBSD patchset 227:Tiago Cunha
2009-08-08Add a flags member to the grid_line struct and use it to differentiate linesNicholas Marriott
2009-07-30Sync OpenBSD patchset 207:Tiago Cunha
2009-07-30Plug some memory leaks.Nicholas Marriott