aboutsummaryrefslogtreecommitdiff
path: root/tty.c
Commit message (Expand)AuthorAge
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Region can reset cursor to 0,0 - bad if there is an offset. So sort out regio...Nicholas Marriott2009-05-04
* Use ACS for line drawing characters.Nicholas Marriott2009-05-04
* Use a u_char so top-bit-set update the cursor as well.Nicholas Marriott2009-04-29
* Ignore del too.Nicholas Marriott2009-04-29
* Change scroll/pane redraws to only redraw the single pane affected rather thanNicholas Marriott2009-04-02
* If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott2009-04-02
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
* FD_CLOEXEC more fds. Still one I can't find...Nicholas Marriott2009-03-31
* Draw vertical line on the right when window size is limited.Nicholas Marriott2009-03-31
* - Unbreak selection colouring.Nicholas Marriott2009-03-30
* 8 -> UTF8_SIZE.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
* Clear using ED when redrawing the screen. I foolishly assumed using spacesNicholas Marriott2009-03-28
* Whoops. Didn't mean to commit this yet.Nicholas Marriott2009-03-27
* Update TODO.Nicholas Marriott2009-03-27
* Support for 88 colour terminals.Nicholas Marriott2009-03-07
* Don't die on any error from fd.Nicholas Marriott2009-02-17
* strdup() not necessary here.Nicholas Marriott2009-02-16
* Use the right row when calling RI.Nicholas Marriott2009-02-13
* Reset region before using CUD etc.Nicholas Marriott2009-02-13
* Code tidying on my way to find tmux-in-tmux bug.Nicholas Marriott2009-02-13
* Whoops. Build testing is a good idea...Nicholas Marriott2009-02-12
* Never draw last character: stops stray scrolling sometimes should status line...Nicholas Marriott2009-02-12
* Only use RI at the top of the screen.Nicholas Marriott2009-02-12
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott2009-02-11
* Emulate CSR with existing screen data on old/stupid terminals which don't sup...Nicholas Marriott2009-02-11
* Lose unnecessary cursor restores, fix a couple of placement bugs and remove u...Nicholas Marriott2009-02-11
* We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott2009-02-11
* Change tty_cmd_* to use a window_pane.Nicholas Marriott2009-02-11
* Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* takeNicholas Marriott2009-02-11
* Update cursor y on newline otherwise RI gets screwed up at y=0.Nicholas Marriott2009-02-07
* * 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
* Use reverse rather than background which doesn't show up when terminal doesn'tNicholas Marriott2009-01-19
* Unbreak UTF-8.Nicholas Marriott2009-01-18
* A couple of trivial optimisations.Nicholas Marriott2009-01-18
* suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott2009-01-18
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Restore emulation of ich with insert mode.Nicholas Marriott2009-01-10
* Trim spaces.Nicholas Marriott2009-01-10
* Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott2009-01-09
* Work around lack of dch.Nicholas Marriott2008-12-13
* Kill warning.Nicholas Marriott2008-12-06
* Support dfly, from joshe.Nicholas Marriott2008-11-27
* Disable UTF-8 by default and add options to enable it.Nicholas Marriott2008-11-16
* Keep stack of previous windows.Nicholas Marriott2008-11-16
* TAILQ -> SLIST.Nicholas Marriott2008-11-05
* Don't die if tcsetattr fails; fixes problems with cwm.Nicholas Marriott2008-10-27