summaryrefslogtreecommitdiffstats
path: root/screen-write.c
AgeCommit message (Expand)Author
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
2009-07-28Sync OpenBSD patchset 186:Tiago Cunha
2009-07-27Draw UTF-8 characters under the selection correctly.Nicholas Marriott
2009-07-23Sync OpenBSD patchset 162:Tiago Cunha
2009-07-23Sync OpenBSD patchset 160:Tiago Cunha
2009-07-22More tty code tidying: move the saved cursor/region position (from before theNicholas Marriott
2009-07-22Sync OpenBSD patchset 159:Tiago Cunha
2009-07-22enum tty_cmd is only used as an index into the array of command functionNicholas Marriott
2009-07-22Sync OpenBSD patchset 158:Tiago Cunha
2009-07-22There are relatively few arguments to tty_cmd_* functions now, so tidy them upNicholas Marriott
2009-07-22tty_cmd_raw is only used once, for raw UTF-8 output, so rename it toNicholas Marriott