| Commit message (Expand) | Author | Age |
* | Don't die on any error from fd. | Nicholas Marriott | 2009-02-17 |
* | strdup() not necessary here. | Nicholas Marriott | 2009-02-16 |
* | Use the right row when calling RI. | Nicholas Marriott | 2009-02-13 |
* | Reset region before using CUD etc. | Nicholas Marriott | 2009-02-13 |
* | Code tidying on my way to find tmux-in-tmux bug. | Nicholas Marriott | 2009-02-13 |
* | Whoops. Build testing is a good idea... | Nicholas Marriott | 2009-02-12 |
* | Never draw last character: stops stray scrolling sometimes should status line... | Nicholas Marriott | 2009-02-12 |
* | Only use RI at the top of the screen. | Nicholas Marriott | 2009-02-12 |
* | FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso... | Nicholas Marriott | 2009-02-11 |
* | Emulate CSR with existing screen data on old/stupid terminals which don't sup... | Nicholas Marriott | 2009-02-11 |
* | Lose unnecessary cursor restores, fix a couple of placement bugs and remove u... | Nicholas Marriott | 2009-02-11 |
* | We are going to need the updated screen data for emulating the scroll region, | Nicholas Marriott | 2009-02-11 |
* | Change tty_cmd_* to use a window_pane. | Nicholas Marriott | 2009-02-11 |
* | Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take | Nicholas Marriott | 2009-02-11 |
* | Update cursor y on newline otherwise RI gets screwed up at y=0. | Nicholas Marriott | 2009-02-07 |
* | * Better support for at least the most common variant of mouse input: parse i... | Nicholas Marriott | 2009-01-28 |
* | Handle cursor on/off better. | Nicholas Marriott | 2009-01-27 |
* | Use reverse rather than background which doesn't show up when terminal doesn't | Nicholas Marriott | 2009-01-19 |
* | Unbreak UTF-8. | Nicholas Marriott | 2009-01-18 |
* | A couple of trivial optimisations. | Nicholas Marriott | 2009-01-18 |
* | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 |
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti... | Nicholas Marriott | 2009-01-11 |
* | Restore emulation of ich with insert mode. | Nicholas Marriott | 2009-01-10 |
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
* | Build array of codes, stop using ncurses global variables and push ncurses cr... | Nicholas Marriott | 2009-01-09 |
* | Work around lack of dch. | Nicholas Marriott | 2008-12-13 |
* | Kill warning. | Nicholas Marriott | 2008-12-06 |
* | Support dfly, from joshe. | Nicholas Marriott | 2008-11-27 |
* | Disable UTF-8 by default and add options to enable it. | Nicholas Marriott | 2008-11-16 |
* | Keep stack of previous windows. | Nicholas Marriott | 2008-11-16 |
* | TAILQ -> SLIST. | Nicholas Marriott | 2008-11-05 |
* | Don't die if tcsetattr fails; fixes problems with cwm. | Nicholas Marriott | 2008-10-27 |
* | I don't like this... | Nicholas Marriott | 2008-10-09 |
* | Translate 256 colours to 16. | Nicholas Marriott | 2008-10-09 |
* | Don't scroll screen when redrawing it. | Nicholas Marriott | 2008-09-26 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
* | Don't die on empty output strings, some terminfo entries have empty caps. | Nicholas Marriott | 2008-09-23 |
* | Initial UTF-8 support. | Nicholas Marriott | 2008-09-09 |
* | Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)... | Nicholas Marriott | 2008-09-08 |
* | Get defaults the right way round. | Nicholas Marriott | 2008-09-08 |
* | Initial 256 colour support, lightly tested. | Nicholas Marriott | 2008-09-08 |
* | Support keypad. Change cursor key output. | Nicholas Marriott | 2008-07-23 |
* | Rm UCLC LCUC which are unsupported on FBSD. | Nicholas Marriott | 2008-07-02 |
* | IRIX fixes thanks to Elias Pipping. | Nicholas Marriott | 2008-06-23 |
* | Don't be clever and translate default colour. | Nicholas Marriott | 2008-06-22 |
* | Only set title if TERM looks vaguely okay. Also use newline for, er, newline ... | Nicholas Marriott | 2008-06-21 |
* | Whoops. Take out abort(). | Nicholas Marriott | 2008-06-21 |
* | Strip padding from terminfo strings. | Nicholas Marriott | 2008-06-21 |
* | Freeze output when showing display line, fixes problems when no status line. | Nicholas Marriott | 2008-06-20 |