| Commit message (Expand) | Author | Age |
* | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott | 2014-02-26 |
* | Merge branch 'obsd-master' | Thomas Adam | 2014-01-31 |
|\ |
|
| * | Break up and simplify screen_redraw_screen. | nicm | 2014-01-31 |
| * | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | nicm | 2014-01-28 |
| * | When only two panes in a window, only draw half the separating line as | Nicholas Marriott | 2013-03-25 |
| * | Do not redraw panes if invisible. | Nicholas Marriott | 2013-03-25 |
| * | Use a predefined structure for not-space cells used to set attributes. | Nicholas Marriott | 2012-05-23 |
| * | Add an option to move the status line to the top of the screen, | Nicholas Marriott | 2012-01-29 |
| * | Show pane size in top right of display panes mode. | Nicholas Marriott | 2012-01-21 |
| * | Make window_pane_index work the same as window_index, from Ben Boeckel. | Nicholas Marriott | 2011-11-15 |
| * | Do not continue to send data to suspended/locked clients or there will | Nicholas Marriott | 2011-07-08 |
| * | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott | 2010-09-11 |
| * | Option to display the active pane in a different colour with the display-panes | Nicholas Marriott | 2010-02-04 |
| * | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott | 2010-01-03 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Add a minor optimisatin: if the character being printed is space, don't worry | Nicholas Marriott | 2009-10-28 |
| * | Similarly add a tty_cursor_pane function to tidy up most of the calls. | Nicholas Marriott | 2009-10-12 |
| * | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott | 2009-09-10 |
| * | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott | 2009-08-31 |
| * | Reset the attributes after drawing all or part of the screen, and reset the | Nicholas Marriott | 2009-08-10 |
| * | Pass the ACS border characters through tty_get_acs so they appear correctly on | Nicholas Marriott | 2009-07-31 |
| * | Use the full range of ACS line drawing characters to draw pane borders, | Nicholas Marriott | 2009-07-24 |
| * | Simplify screen redrawing by drawing the border and background together rather | Nicholas Marriott | 2009-07-24 |
| * | For some reason when clearing status/message it was redrawing the entire client | Nicholas Marriott | 2009-07-14 |
| * | Instead of faking up a status line in status_redraw, use the same code to | Nicholas Marriott | 2009-07-14 |
| * | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the | Nicholas Marriott | 2009-07-14 |
| * | Unused variables. Found by lint, no binary change. | Nicholas Marriott | 2009-06-25 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |
* | When only two panes in a window, only draw half the separating line as active. | Nicholas Marriott | 2013-03-14 |
* | Do not redraw panes if invisible. | Nicholas Marriott | 2013-03-09 |
* | 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 |