summaryrefslogtreecommitdiffstats
path: root/screen.c
AgeCommit message (Expand)Author
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1065:Tiago Cunha
2011-07-09Expand the Id keyword. Tiago Cunha
2011-05-22Sync OpenBSD patchset 916:Tiago Cunha
2011-05-22Sync OpenBSD patchset 915:Tiago Cunha
2011-05-05Sync OpenBSD patchset 901:Tiago Cunha
2010-12-11Fix rectangle copy to behave like emacs - the cursor is not part of theNicholas Marriott
2010-07-19Solaris has MAXHOSTNAMELEN in netdb.h.Nicholas Marriott
2010-04-06From Bob Beck:Nicholas Marriott
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan
2010-02-08Sync OpenBSD patchset 636:Tiago Cunha
2010-01-05Sync OpenBSD patchset 598:Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-08-09Sync OpenBSD patchset 226:Tiago Cunha
2009-07-30Sync OpenBSD patchset 207:Tiago Cunha
2009-07-18When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott
2009-07-17When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott
2009-07-14Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott
2009-07-12When the terminal size is reduced horizontally, don't truncate lines to the newNicholas Marriott
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08When reinitialising the screen, do not omit to clear the last line.Nicholas Marriott
2009-06-25vis compat stuff.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Fix a type mismatch warning in assignment.Nicholas Marriott
2009-06-25Change to match xterm's resizing behaviour, including pushing lines into theNicholas Marriott
2009-06-25Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott
2009-06-25Pass window titles through vis(1). <0x20 is dropped anyway by the input stateNicholas Marriott
2009-05-04Space trimmage mega-diff.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-01-10Trim spaces.Nicholas Marriott
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-10-09Clear correct range.Nicholas Marriott
2008-09-29Shut gcc up.Nicholas Marriott
2008-09-29UINT_MAX.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-10Rename some functions.Nicholas Marriott
2008-09-10Split colour functions from screen.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-09-08Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott
2008-09-08Initial 256 colour support, lightly tested.Nicholas Marriott
2008-07-24Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separa...Nicholas Marriott
2008-07-24These flags are off by default.Nicholas Marriott
2008-07-24Handle kcursor+kkeypad (switch to OA from [A).Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
2008-06-18Trimify.Nicholas Marriott
2008-06-14Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott