Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left ↵ | Nicholas Marriott | 2008-06-18 |
| | | | | < in the right place. | ||
* | Display <> for more windows and highlight if activity. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Scroll status line to show windows off-screen. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Add a couple of extra option types, and implement show-options command. | Nicholas Marriott | 2008-06-15 |
| | |||
* | New window options: force-width and force-height. This will force a window to | Nicholas Marriott | 2008-06-14 |
| | | | | | | | | | an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too. | ||
* | Use a socketpair to synchronise server startup. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Make status-interval actually changeable. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Some Linux fixes; some code tidying. Don't redraw status bar so often. | Nicholas Marriott | 2008-06-06 |
| | |||
* | Add activity monitoring, also invert items on taskbar which have activity. | Nicholas Marriott | 2008-06-04 |
| | |||
* | Status bar left and right strings (set with status-left and status-right), ↵ | Nicholas Marriott | 2008-06-04 |
| | | | | and automatic update (at interval set by status-interval). | ||
* | Per-session configuration options. | Nicholas Marriott | 2008-06-03 |
| | |||
* | Some key tweaks, fix status bar to not rely on attr. | Nicholas Marriott | 2008-01-03 |
| | |||
* | This was wrong... | Nicholas Marriott | 2008-01-03 |
| | |||
* | Write status across entire line. | Nicholas Marriott | 2008-01-03 |
| | |||
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
| | |||
* | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 |
| | |||
* | Partial copy mode. Currently does the same as scroll mode but using a ↵ | Nicholas Marriott | 2007-11-22 |
| | | | | cursor. Also fix bug where resizing would leave crap lying around. | ||
* | Oops, missing one BACKGOUND. | Nicholas Marriott | 2007-11-22 |
| | |||
* | Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵ | Nicholas Marriott | 2007-11-21 |
| | | | | on more exit. | ||
* | Initial history support. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Fix a format string bug and sprinkle some printflikes. | Nicholas Marriott | 2007-11-20 |
| | |||
* | %u -> %d for indexes. Some lint fixes. | Nicholas Marriott | 2007-10-30 |
| | |||
* | Reorg window data structures. Add an intermediate data type (struct winlink) ↵ | Nicholas Marriott | 2007-10-26 |
| | | | | to hold index and make sessions hold a RB tree of them rather than a fixed array. | ||
* | Change to show flag char rather than change colour on bell. | Nicholas Marriott | 2007-10-12 |
| | |||
* | set status, status-fg, status-bg. | Nicholas Marriott | 2007-10-12 |
| | |||
* | Mark windows in yellow on status line when bell. | Nicholas Marriott | 2007-10-12 |
| | |||
* | Incomplete resize support. | Nicholas Marriott | 2007-10-04 |
| | |||
* | New window command. | Nicholas Marriott | 2007-10-03 |
| | |||
* | Simple status line. | Nicholas Marriott | 2007-10-01 |