Age | Commit message (Expand) | Author |
2009-10-22 | Split the server code handling clients, jobs and windows off into separate | Nicholas Marriott |
2009-10-13 | When a session is unattached, reset its activity timer to prevent it locking | Nicholas Marriott |
2009-10-12 | Similarly add a tty_cursor_pane function to tidy up most of the calls. | Nicholas Marriott |
2009-10-12 | _absolute is redundant, just use tty_region. | Nicholas Marriott |
2009-10-12 | Cleanup: use two functions for region setting, one for absolute and one inside | Nicholas Marriott |
2009-10-11 | Add a pipe-pane command to allow a pane to be piped to a shell command, for | Nicholas Marriott |
2009-10-11 | Switch run-shell over to queue the command in the background like #(). | Nicholas Marriott |
2009-10-11 | Collect status from dead jobs and don't invoke the callback until both | Nicholas Marriott |
2009-10-11 | Clean up by introducing a wrapper struct for mouse clicks rather than passing | Nicholas Marriott |
2009-10-11 | Braek some bits out of server_fill_client() that aren't really related to | Nicholas Marriott |
2009-10-10 | Put all jobs on a global all_jobs list and use that in server.c instead of | Nicholas Marriott |
2009-10-10 | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott |
2009-10-10 | New option, mouse-select-pane. If on, the mouse may be used to select the | Nicholas Marriott |
2009-10-10 | Add "grouped sessions" which have independent name, options, current window and | Nicholas Marriott |
2009-10-10 | Support for individual session idle time locking. May be enabled by turning off | Nicholas Marriott |
2009-10-10 | Instead of passing a struct pollfd ** around through various functions, build | Nicholas Marriott |
2009-10-05 | If no target client is specified to commands which accept one, try to guess the | Nicholas Marriott |
2009-09-24 | Don't allow locked or suspended clients to limit the size of active clients. | Nicholas Marriott |
2009-09-23 | On SIGTERM, just abandon any suspended/locked clients and leave them to it, | Nicholas Marriott |
2009-09-23 | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott |
2009-09-22 | Permit multiple prefix keys to be defined, separated by commas, for example: | Nicholas Marriott |
2009-09-20 | Regularise some fatal messages. | Nicholas Marriott |
2009-09-18 | New option, set-titles-string, to allow the window title to be specified (as | Nicholas Marriott |
2009-09-15 | The default terminal size should be 80x24, not 80x25. | Nicholas Marriott |
2009-09-14 | Nuke unused server_client_index function, pointed out by martynas@. | Nicholas Marriott |
2009-09-12 | Doh, trim variables unused now. | Nicholas Marriott |
2009-09-12 | Tidy some common code for destroying sessions into a new function. | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-07 | While the display-panes indicator is on screen, make the number keys select the | Nicholas Marriott |
2009-09-07 | Reference count clients and sessions rather than relying on a saved index for | Nicholas Marriott |
2009-09-07 | Tiny cleanup. | Matthias Kilian |
2009-09-05 | Only redraw all clients once when the backoff timer expires rather than every | Nicholas Marriott |
2009-09-04 | Tell the user when sleeping due to password backoff. | Nicholas Marriott |
2009-09-02 | When shutting down the server, expect clients to be polite and exit when asked | Nicholas Marriott |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |
2009-08-31 | Don't call tty_free unless the client is a terminal, otherwise tty_init hasn't | Nicholas Marriott |
2009-08-23 | When using source-file, run the commands in the context of the source-file | Nicholas Marriott |
2009-08-18 | Whoops, getting the comparison the right way round is usually recommended. | Nicholas Marriott |
2009-08-18 | options_get_number() is relatively expensive and a check for dead panes happens | Nicholas Marriott |
2009-08-14 | Reset attributes as well as scroll region before poll(2) and add a big comment | Nicholas Marriott |
2009-08-11 | Initialise log_fd to -1, prevents spurious disconnection of the client when it | Nicholas Marriott |
2009-08-11 | Drop the no_stop argument to tty_close and tty_free in favour of a flag in the | Nicholas Marriott |
2009-08-11 | Switch tmux to use imsg. This is the last major change to make the | Nicholas Marriott |
2009-08-10 | Reset the attributes after drawing all or part of the screen, and reset the | Nicholas Marriott |
2009-08-07 | If there is an error in the configuration file, don't just exit(1) as this can | Nicholas Marriott |
2009-07-28 | Next step towards customisable mode keys: build each default table of keys into | Nicholas Marriott |
2009-07-24 | Permit commands to be bound to key presses without the prefix key first. The | Nicholas Marriott |
2009-07-21 | Make some functions which return unused values void (mostly found by lint) and | Nicholas Marriott |
2009-07-20 | Display the number of failed password attempts (if any) when the server is | Nicholas Marriott |
2009-07-19 | Improved layout code. | Nicholas Marriott |