aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 186:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 162:Tiago Cunha2009-07-23
* Sync OpenBSD patchset 160:Tiago Cunha2009-07-23
* Sync OpenBSD patchset 159:Tiago Cunha2009-07-22
* Sync OpenBSD patchset 158:Tiago Cunha2009-07-22
* The scroll region cannot be one line only, ignore attempts to make it so.Nicholas Marriott2009-07-15
* Cursor up and down should be limited by the scroll region (cuu should stop atNicholas Marriott2009-07-09
* Change inserting and deleting lines inside the scroll region to properly clearNicholas Marriott2009-07-09
* Tidy by removing unused argument from grid_view_{insert,delete}_line_regionNicholas Marriott2009-07-09
* Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott2009-07-01
* Whoops, revert.Nicholas Marriott2009-06-26
* Remove some unused function declarations; no binary change.Nicholas Marriott2009-06-26
* Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott2009-06-26
* Whitespace and more syncing.Nicholas Marriott2009-06-25
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* Support insert mode by using insert character to shift the cells before writingNicholas Marriott2009-06-25
* Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott2009-06-25
* Fix some miscalculations when clearing to start of screen: the number of linesNicholas Marriott2009-06-25
* New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott2009-06-25
* Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott2009-06-25
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott2009-04-30
* - Unbreak selection colouring.Nicholas Marriott2009-03-30
* 8 -> UTF8_SIZE.Nicholas Marriott2009-03-29
* - Ignore padding when writing so copying the screen for copy-mode doesn't inc...Nicholas Marriott2009-03-29
* 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
* CSR resets the cursor to the top-left. Reported by merdely.Nicholas Marriott2009-03-05
* Redraw selection properly.Nicholas Marriott2009-02-25
* Check the right variable. Doh.Nicholas Marriott2009-02-24
* Don't turn cursor off unless actually drawing something.Nicholas Marriott2009-02-21
* We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott2009-02-11
* Simplify screen/tty write code to eliminate function pointer which is nowNicholas Marriott2009-02-11
* * Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott2009-01-28
* Handle cursor on/off better.Nicholas Marriott2009-01-27
* Don't screw up UTF-8 combined characters.Nicholas Marriott2009-01-26
* Leftover label.Nicholas Marriott2009-01-19
* Unbreak UTF-8.Nicholas Marriott2009-01-18
* Use the right size.Nicholas Marriott2009-01-18
* Tidy a few warnings.Nicholas Marriott2009-01-17
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Trim spaces.Nicholas Marriott2009-01-10
* Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott2009-01-09
* When I wrote this I somehow forgot that the cursor could helpfully sit at sxNicholas Marriott2009-01-08
* Don't return NULL when retrieving a string that is too long.Nicholas Marriott2009-01-08
* Don't die when backspacing off the edge of the screen, reported by David Chis...Nicholas Marriott2009-01-06
* Some tweaks found by LLVM courtesy of IcePic.Nicholas Marriott2009-01-05
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Ooops. Check the right value.Nicholas Marriott2008-11-12