| Commit message (Expand) | Author | Age |
* | Sync OpenBSD patchset 1122: | Tiago Cunha | 2012-05-30 |
* | Sync OpenBSD patchset 1015: | Tiago Cunha | 2012-01-29 |
* | Sync OpenBSD patchset 1010: | Tiago Cunha | 2012-01-23 |
* | Sync OpenBSD patchset 979: | Tiago Cunha | 2011-11-25 |
* | Sync OpenBSD patchset 936: | Tiago Cunha | 2011-07-08 |
* | Sync OpenBSD patchset 762: | Tiago Cunha | 2010-09-18 |
* | Sync OpenBSD patchset 632: | Tiago Cunha | 2010-02-05 |
* | Sync OpenBSD patchset 597: | Tiago Cunha | 2010-01-05 |
* | Sync OpenBSD patchset 581: | Tiago Cunha | 2009-12-04 |
* | Sync OpenBSD patchset 471: | Tiago Cunha | 2009-10-28 |
* | Sync OpenBSD patchset 393: | Tiago Cunha | 2009-10-15 |
* | Sync OpenBSD patchset 322: | Tiago Cunha | 2009-09-11 |
* | Sync OpenBSD patchset 302: | Tiago Cunha | 2009-08-31 |
* | Sync OpenBSD patchset 240: | Tiago Cunha | 2009-08-10 |
* | Sync OpenBSD patchset 209: | Tiago Cunha | 2009-07-31 |
* | Sync OpenBSD patchset 179: | Tiago Cunha | 2009-07-25 |
* | Sync OpenBSD patchset 177: | Tiago Cunha | 2009-07-25 |
* | For some reason when clearing status/message it was redrawing the entire client | Nicholas Marriott | 2009-07-15 |
* | Instead of faking up a status line in status_redraw, use the same code to | Nicholas Marriott | 2009-07-15 |
* | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the | Nicholas Marriott | 2009-07-15 |
* | Restore $Id$ and add script to do so. | Nicholas Marriott | 2009-06-25 |
* | Unused variables. Found by lint, no binary change. | Nicholas Marriott | 2009-06-25 |
* | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
* | Use ACS for line drawing characters. | Nicholas Marriott | 2009-05-04 |
* | Change scroll/pane redraws to only redraw the single pane affected rather than | Nicholas Marriott | 2009-04-02 |
* | Only redraw screen when not hidden. Heh. | Nicholas Marriott | 2009-04-01 |
* | Don't need to refresh layout here. Also don't redraw over status line. | Nicholas Marriott | 2009-04-01 |
* | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-04-01 |
* | Draw vertical line on the right when window size is limited. | Nicholas Marriott | 2009-03-31 |
* | Clear using ED when redrawing the screen. I foolishly assumed using spaces | Nicholas Marriott | 2009-03-28 |
* | Whoops. Didn't mean to commit this yet. | Nicholas Marriott | 2009-03-27 |
* | Update TODO. | Nicholas Marriott | 2009-03-27 |
* | Don't redraw status if it has already been redrawed as part of entire screen. | Nicholas Marriott | 2009-02-21 |
* | Never draw last character: stops stray scrolling sometimes should status line... | Nicholas Marriott | 2009-02-12 |
* | FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso... | Nicholas Marriott | 2009-02-11 |
* | Move sx,sy into tty rather than client. | Nicholas Marriott | 2009-02-11 |
* | We are going to need the updated screen data for emulating the scroll region, | 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 |
* | Fix various silly problems with status line off. | Nicholas Marriott | 2009-01-19 |
* | Update. | Nicholas Marriott | 2009-01-14 |
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 |
* | Make the window pane code handle panes of different sizes, and add a -l and -... | Nicholas Marriott | 2009-01-12 |
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti... | Nicholas Marriott | 2009-01-11 |
* | Build array of codes, stop using ncurses global variables and push ncurses cr... | Nicholas Marriott | 2009-01-09 |
* | Make window options work the same was as session options, add mode-fg/mode-bg... | Nicholas Marriott | 2008-12-08 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
* | Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)... | Nicholas Marriott | 2008-09-08 |
* | Initial 256 colour support, lightly tested. | Nicholas Marriott | 2008-09-08 |
* | Unused variable. | Nicholas Marriott | 2008-06-18 |