summaryrefslogtreecommitdiffstats
path: root/tty.c
AgeCommit message (Expand)Author
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
2009-08-31Sync OpenBSD patchset 302:Tiago Cunha
2009-08-21Sync OpenBSD patchset 287:Tiago Cunha
2009-08-19This is a better fix for OS X stupidity.Nicholas Marriott
2009-08-16Sync OpenBSD patchset 262:Tiago Cunha
2009-08-14Sync OpenBSD patchset 250:Tiago Cunha
2009-08-14Sync OpenBSD patchset 247:Tiago Cunha
2009-08-14Sync OpenBSD patchset 246:Tiago Cunha
2009-08-14Sync OpenBSD patchset 245:Tiago Cunha
2009-08-14Sync OpenBSD patchset 244:Tiago Cunha
2009-08-09Sync OpenBSD patchset 226:Tiago Cunha
2009-08-09Sync OpenBSD patchset 220:Tiago Cunha
2009-08-09Sync OpenBSD patchset 211:Tiago Cunha
2009-07-28Sync OpenBSD patchset 186:Tiago Cunha
2009-07-23Sync OpenBSD patchset 164: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-12Don't send initialisation strings is1/2/3 (barely anything else does) and moveNicholas Marriott
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott
2009-07-01$Id$.Nicholas Marriott
2009-06-29Fix $Id$.Nicholas Marriott
2009-06-29Copy the 256-colour flag into the tty saved cell as well as the actual colour,Nicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-06-25Trying to predict the cursor position for UTF-8 output in the same way as forNicholas 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-24UTF-8 detection is broken on sparc64; disable until I get time to test it fur...Nicholas Marriott
2009-05-19Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide cha...Nicholas Marriott
2009-05-14Don't force wrapping with \n when asked, let the cursor code figure it out. S...Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-05-04Region can reset cursor to 0,0 - bad if there is an offset. So sort out regio...Nicholas Marriott
2009-05-04Use ACS for line drawing characters.Nicholas Marriott
2009-04-29Use a u_char so top-bit-set update the cursor as well.Nicholas Marriott
2009-04-29Ignore del too.Nicholas Marriott
2009-04-02Change scroll/pane redraws to only redraw the single pane affected rather thanNicholas Marriott
2009-04-02If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-03-31FD_CLOEXEC more fds. Still one I can't find...Nicholas Marriott
2009-03-31Draw vertical line on the right when window size is limited.Nicholas Marriott
2009-03-30- Unbreak selection colouring.Nicholas Marriott
2009-03-298 -> UTF8_SIZE.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-28Clear using ED when redrawing the screen. I foolishly assumed using spacesNicholas Marriott