Age | Commit message (Expand) | Author |
2011-03-04 | Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed | Nicholas Marriott |
2011-03-03 | Fix a typo that meant we did not reset the background colour when it was | Nicholas Marriott |
2011-03-03 | Add a -P option to detach to HUP the client's parent process (usually | Nicholas Marriott |
2011-02-10 | Size on split-window is -l not -s. Doh. | Nicholas Marriott |
2011-02-03 | Don't require -d with -x or -y since it could be in the config file. | Nicholas Marriott |
2011-01-31 | Redraw pane borders when switching to last pane. | Nicholas Marriott |
2011-01-30 | Free old argument even if setting to NULL. | Nicholas Marriott |
2011-01-29 | Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the | Nicholas Marriott |
2011-01-28 | Use input_clear to reset the APC, DCS, OSC state or it could be reused | Nicholas Marriott |
2011-01-26 | Unused declaration. | Nicholas Marriott |
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott |
2011-01-26 | Use LIST_* not SLIST_*. | Nicholas Marriott |
2011-01-25 | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott |
2011-01-25 | Check if the index is in use and fail before creating the child process, | Nicholas Marriott |
2011-01-23 | While here, maximum percentage is 100 not INT_MAX. Oops. | Nicholas Marriott |
2011-01-23 | Size is -l not -s. | Nicholas Marriott |
2011-01-23 | Allow top-bit-set characters to be used for key bindings, from Tiago | Nicholas Marriott |
2011-01-23 | Set $TMUX without the session when background jobs are run. | Nicholas Marriott |
2011-01-15 | Fix bind-key -t. | Nicholas Marriott |
2011-01-15 | Only set a mouse mode for mouse-select-pane if none already set by the | Nicholas Marriott |
2011-01-15 | Mouse highlight mode (1001) requires a program to cooperate so | Nicholas Marriott |
2011-01-14 | Support -x and -y for new-session to specify the initial size of the | Nicholas Marriott |
2011-01-13 | The maximum history-limit was accidentally reduced, fix it back to INT_MAX. | Nicholas Marriott |
2011-01-13 | Clarify alternate-screen description a little. | Nicholas Marriott |
2011-01-13 | Er, fix next and previous session functions to actually work, part 2. | Nicholas Marriott |
2011-01-13 | Fix next and previous session functions to actually work. | Nicholas Marriott |
2011-01-13 | Log termios backspace for each client since it is used to recognise | Nicholas Marriott |
2011-01-12 | Use TMPDIR if set, from Han Boetes. | Nicholas Marriott |
2011-01-10 | unbind-key -a is allowed no arguments. | Nicholas Marriott |
2011-01-09 | Remove a bit of text that makes exit-unattached description unclear. | Nicholas Marriott |
2011-01-09 | Add missing arguments to some options. | Nicholas Marriott |
2011-01-08 | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott |
2011-01-08 | Accept colours of the hex form #ffffff and translate to the nearest from | Nicholas Marriott |
2011-01-05 | Whoops, command-prompt can take 0 or 1 argument. | Nicholas Marriott |
2011-01-04 | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott |
2011-01-04 | argc will be 1 not 2 with no option value. | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2011-01-03 | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott |
2011-01-03 | Handle a # at the end of a replacement string (such as status-left) | Nicholas Marriott |
2011-01-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2011-01-01 | suspend-client has used -t for the client target (like everything else) | Nicholas Marriott |
2011-01-01 | Last few tables that should be const. | Nicholas Marriott |
2011-01-01 | Sprinkle a little more const. | Nicholas Marriott |
2011-01-01 | Another table that should be const. | Nicholas Marriott |
2011-01-01 | Key table should be const. | Nicholas Marriott |
2011-01-01 | Add a -P option to new-window and split-window to print the new window | Nicholas Marriott |
2011-01-01 | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott |
2011-01-01 | Remove unused variable. | Nicholas Marriott |
2010-12-31 | fix trailing whitespace; | Jason McIntyre |
2010-12-30 | Remove some unused defines. | Nicholas Marriott |