aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
* Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott2009-07-28
* Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott2009-07-24
* Make some functions which return unused values void (mostly found by lint) andNicholas Marriott2009-07-21
* Display the number of failed password attempts (if any) when the server isNicholas Marriott2009-07-20
* Improved layout code.Nicholas Marriott2009-07-19
* Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott2009-07-18
* Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott2009-07-14
* Creating a key binding which replaces itself (such as "bind x bind x lsw")Nicholas Marriott2009-07-12
* If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott2009-07-12
* Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-07
* After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott2009-06-26
* Remove some dead assignments, found by sthen with clang.Nicholas Marriott2009-06-25
* Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott2009-06-24
* Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott2009-06-24
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01