- 3dc7b80 -s comes before -t and also add -s to command syntax. Prompted by jmc. by Nicholas Marriott · 14 years ago
- 735f87b Add -s option to detach all clients attached to a session, from Zac Sprackett. by Nicholas Marriott · 14 years ago
- 98d450a Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now by Philip Guenther · 14 years ago
- 48a1169 Since buffers are now global, bump the default buffer-limit a bit higher by Nicholas Marriott · 14 years ago
- 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
- ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
- c8a14de Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' by Miod Vallat · 14 years ago
- 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
- f16ea60 Bind C-u to delete-line in vi mode like ksh does, suggested by thib. by Nicholas Marriott · 14 years ago
- f8a2188 "or" should be on a line on its own here so it is not emphasised as well. by Nicholas Marriott · 14 years ago
- f7e9aed For convenience, work out what type of option is being set by name by Nicholas Marriott · 14 years ago
- beb6db9 Checking for particular options and redrawing is not necessary as we by Nicholas Marriott · 14 years ago
- 25d551e Update an out-of-date and inaccurate comment. by Nicholas Marriott · 14 years ago
- d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
- f19a4bf Add -a and -s options to lsp to list all panes in the server or session by Nicholas Marriott · 14 years ago
- 82e0165 Allow a start and end line to be specified for capture-pane which may be by Nicholas Marriott · 14 years ago
- fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
- 71e8e26 Set the terminal blocking again earlier, before sending the reset sequences. by Nicholas Marriott · 14 years ago
- 7ce8fee Don't include meta twice when working out the flags to output for by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- d74e5bf Fix to properly wrap wide characters, from Micah Cowan. by Nicholas Marriott · 14 years ago
- 54456d5 Fix an incorrect test which was always true (oupper is always < olower), by Nicholas Marriott · 14 years ago
- 0a404aa Prevent tiled producing a corrupt layout when only one column is needed, by Nicholas Marriott · 14 years ago
- 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
- d5ed5fb Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed by Nicholas Marriott · 14 years ago
- c36f67a Fix a typo that meant we did not reset the background colour when it was by Nicholas Marriott · 14 years ago
- 7954126 Add a -P option to detach to HUP the client's parent process (usually by Nicholas Marriott · 14 years ago
- ce91520 Size on split-window is -l not -s. Doh. by Nicholas Marriott · 14 years ago
- 8ec3e57 Don't require -d with -x or -y since it could be in the config file. by Nicholas Marriott · 14 years ago
- 7462c03 Redraw pane borders when switching to last pane. by Nicholas Marriott · 14 years ago
- 567741c Free old argument even if setting to NULL. by Nicholas Marriott · 14 years ago
- 9fc2c34 Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the by Nicholas Marriott · 14 years ago
- b6bb350 Use input_clear to reset the APC, DCS, OSC state or it could be reused by Nicholas Marriott · 14 years ago
- bcc7c68 Unused declaration. by Nicholas Marriott · 14 years ago
- db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
- 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
- ecc22c5 When clearing the entire screen, clear lines that are used into the by Nicholas Marriott · 14 years ago
- 1270f8f Check if the index is in use and fail before creating the child process, by Nicholas Marriott · 14 years ago
- 1df3355 While here, maximum percentage is 100 not INT_MAX. Oops. by Nicholas Marriott · 14 years ago
- 8820aa9 Size is -l not -s. by Nicholas Marriott · 14 years ago
- 3872e24 Allow top-bit-set characters to be used for key bindings, from Tiago Cunha. by Nicholas Marriott · 14 years ago
- b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
- 1377427 Fix bind-key -t. by Nicholas Marriott · 14 years ago
- 3de1700 Only set a mouse mode for mouse-select-pane if none already set by the by Nicholas Marriott · 14 years ago
- 8f8e81c Mouse highlight mode (1001) requires a program to cooperate so by Nicholas Marriott · 14 years ago
- 4f34e25 Support -x and -y for new-session to specify the initial size of the by Nicholas Marriott · 14 years ago
- 9ad9e8c The maximum history-limit was accidentally reduced, fix it back to INT_MAX. by Nicholas Marriott · 14 years ago
- fa4a75c Clarify alternate-screen description a little. by Nicholas Marriott · 14 years ago
- 2d82567 Er, fix next and previous session functions to actually work, part 2. by Nicholas Marriott · 14 years ago
- 588ebb5 Fix next and previous session functions to actually work. by Nicholas Marriott · 14 years ago
- 96ab50a Log termios backspace for each client since it is used to recognise by Nicholas Marriott · 14 years ago
- b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
- 47e18f4 unbind-key -a is allowed no arguments. by Nicholas Marriott · 14 years ago
- 17f1cd5 Remove a bit of text that makes exit-unattached description unclear. by Nicholas Marriott · 14 years ago
- c3041eb Add missing arguments to some options. by Nicholas Marriott · 14 years ago
- 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
- 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
- 64f02da Whoops, command-prompt can take 0 or 1 argument. by Nicholas Marriott · 14 years ago
- 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
- 55346b0 argc will be 1 not 2 with no option value. by Nicholas Marriott · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
- 5158dd9 Handle a # at the end of a replacement string (such as status-left) by Nicholas Marriott · 14 years ago
- 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
- a4515ce suspend-client has used -t for the client target (like everything else) by Nicholas Marriott · 14 years ago
- f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
- 67ee860 Sprinkle a little more const. by Nicholas Marriott · 14 years ago
- 5d0cfe0 Another table that should be const. by Nicholas Marriott · 14 years ago
- 1c86713 Key table should be const. by Nicholas Marriott · 14 years ago
- b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
- 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
- 91218f8 Remove unused variable. by Nicholas Marriott · 14 years ago
- 1a1efd5 fix trailing whitespace; by Jason McIntyre · 14 years ago
- 4fb1045 Remove some unused defines. by Nicholas Marriott · 14 years ago
- 2b3c2fd Fix BUFFERS section now they are global. by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
- f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
- 230e39e Allow the config file parser and source-file to return "don't exit" to by Nicholas Marriott · 14 years ago
- efa8c93 tweak previous; by Jason McIntyre · 14 years ago
- 3e0bc05 Add a missing .Pp and sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 14 years ago
- d3d2536 server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes by Nicholas Marriott · 14 years ago
- 6fd2b5b Style tweaks. by Nicholas Marriott · 14 years ago
- acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
- 1b8488e Fix another stray addition that was too early. Oops. by Nicholas Marriott · 14 years ago
- 6fcdc71 Undo a change to next/previous session that got mixed in prematurely. by Nicholas Marriott · 14 years ago
- 8705c6b Dead sessions are never on the active sessions list, so the SESSION_DEAD by Nicholas Marriott · 14 years ago
- 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
- a51dcdc Unify the way sessions are used by callbacks - store the address and use by Nicholas Marriott · 14 years ago
- c65d422 Don't nuke the index counter when a session group comes up. by Nicholas Marriott · 14 years ago
- c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
- 8715247 Read ${X} environment variables in strings and $HOME from the global by Nicholas Marriott · 14 years ago
- 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
- 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
- 9802fea Oops, these functions return a const char *, so make the local variable by Nicholas Marriott · 14 years ago
- 7ce77ff Make the prompt history global for all clients which is much more useful than per-client history. by Nicholas Marriott · 14 years ago
- 6be32c8 Rephrase a confusing sentence. by Nicholas Marriott · 14 years ago
- 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
- e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
- ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago