Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Having three *clock* files is ridiculous, remove clock.c. | 2014-03-31 | 1 | -3/+142 | |
| | |||||
* | No more lint means no more ARGSUSED. | 2013-03-22 | 1 | -2/+1 | |
| | |||||
* | Automatically reflow wrapped lines when a pane is resized, requested by | 2013-02-05 | 1 | -2/+2 | |
| | | | | many over the years and finally implemented by Richard Woodbury. | ||||
* | xfree is not particularly helpful, remove it. From Thomas Adam. | 2012-07-10 | 1 | -2/+3 | |
| | |||||
* | Pass in the session, rather than the client, to window modes' key() | 2010-05-23 | 1 | -3/+3 | |
| | | | | | | | | | function. We were only ever using the client to find the session anyway. This allows send-key to work properly for manipulating copy mode from outside tmux. From Micah Cowan. | ||||
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | 2009-12-03 | 1 | -2/+2 | |
| | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||||
* | This doesn't need to be u_int. | 2009-11-26 | 1 | -3/+2 | |
| | |||||
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | 2009-11-26 | 1 | -1/+2 | |
| | | | | the rest to reduce lint output. | ||||
* | Use gmtime_r so the current time isn't overwritten, the minute comparison works | 2009-06-27 | 1 | -5/+5 | |
| | | | | | and the clock is actually updated. It was already used for lock-server but not here. | ||||
* | Import tmux, a terminal multiplexor allowing (among other things) a single | 2009-06-01 | 1 | -0/+124 | |
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti |