aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
* Regularise some fatal messages.Nicholas Marriott2009-09-20
* New option, set-titles-string, to allow the window title to be specified (asNicholas Marriott2009-09-18
* The default terminal size should be 80x24, not 80x25.Nicholas Marriott2009-09-15
* Nuke unused server_client_index function, pointed out by martynas@.Nicholas Marriott2009-09-14
* Doh, trim variables unused now.Nicholas Marriott2009-09-12
* Tidy some common code for destroying sessions into a new function.Nicholas Marriott2009-09-12
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
* While the display-panes indicator is on screen, make the number keys select theNicholas Marriott2009-09-07
* Reference count clients and sessions rather than relying on a saved index forNicholas Marriott2009-09-07
* Tiny cleanup.Matthias Kilian2009-09-07
* Only redraw all clients once when the backoff timer expires rather than everyNicholas Marriott2009-09-05
* Tell the user when sleeping due to password backoff.Nicholas Marriott2009-09-04
* When shutting down the server, expect clients to be polite and exit when askedNicholas Marriott2009-09-02
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Don't call tty_free unless the client is a terminal, otherwise tty_init hasn'tNicholas Marriott2009-08-31
* When using source-file, run the commands in the context of the source-fileNicholas Marriott2009-08-23
* Whoops, getting the comparison the right way round is usually recommended.Nicholas Marriott2009-08-18
* options_get_number() is relatively expensive and a check for dead panes happensNicholas Marriott2009-08-18
* Reset attributes as well as scroll region before poll(2) and add a big commentNicholas Marriott2009-08-14
* Initialise log_fd to -1, prevents spurious disconnection of the client when itNicholas Marriott2009-08-11
* Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott2009-08-11
* Switch tmux to use imsg. This is the last major change to make theNicholas Marriott2009-08-11
* Reset the attributes after drawing all or part of the screen, and reset theNicholas Marriott2009-08-10
* If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott2009-08-07
* 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