Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| | |||
* | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott | 2010-05-23 |
| | | | | | | | | | 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 | Nicholas Marriott | 2009-12-03 |
| | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||
* | This doesn't need to be u_int. | Nicholas Marriott | 2009-11-26 |
| | |||
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott | 2009-11-26 |
| | | | | the rest to reduce lint output. | ||
* | Use gmtime_r so the current time isn't overwritten, the minute comparison works | Nicholas Marriott | 2009-06-27 |
| | | | | | 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 | Nicholas Marriott | 2009-06-01 |
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 |