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