Age | Commit message (Expand) | Author |
2009-07-20 | Tweak unbind-key language very slightly. | Nicholas Marriott |
2009-07-20 | Add a status-justify option to allow the window list in the status line to be | Nicholas Marriott |
2009-07-20 | New options, window-status-current-{fg,bg,attr}, to set the fg, bg and | Nicholas Marriott |
2009-07-19 | tweak previous; | Jason McIntyre |
2009-07-19 | Improved layout code. | Nicholas Marriott |
2009-07-18 | Add three new session options: visual-activity, visual-bell, visual-content. If | Nicholas Marriott |
2009-07-17 | Make it so using kill-pane to destroy the last pane in a window destroys the | Nicholas Marriott |
2009-07-17 | - New command display-message (alias display) to display a message in the | Nicholas Marriott |
2009-07-17 | Tidy up new-session and attach-session and change them to work from inside | Nicholas Marriott |
2009-07-17 | If -u is specified or UTF-8 is otherwise detected when the server is started, | Nicholas Marriott |
2009-07-16 | Fix arguments to switch-client. | Nicholas Marriott |
2009-07-15 | Add a -k flag to unlink-window which makes it behave the same as the old | Nicholas Marriott |
2009-07-13 | zap trailing whitespace; | Jason McIntyre |
2009-07-13 | Tidy up and improve target (-t) argument parsing: | Nicholas Marriott |
2009-07-12 | Document the -k flag to new-window. | Nicholas Marriott |
2009-07-12 | Add a "back to indentation" key in copy mode to move the cursor to the first | Nicholas Marriott |
2009-07-12 | If it exist, load a system-wide configuration file /etc/tmux.conf before any | Nicholas Marriott |
2009-07-11 | Add -r to the synopsis of the paste-buffer command, prompted by jmc. | Nicholas Marriott |
2009-07-11 | When pasting, translate \n into \r. This matches xterm and putty's behaviour, | Nicholas Marriott |
2009-07-10 | paste-buffer -d was not documented. From Kalle Olavi Niemitalo. | Nicholas Marriott |
2009-07-10 | Add a default-terminal option to set the starting value of $TERM in new | Nicholas Marriott |
2009-07-10 | Document display-time option which seems to have been missed. | Nicholas Marriott |
2009-07-09 | New command, if-shell (alias if). Executes the tmux command in the second | Nicholas Marriott |
2009-07-08 | Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, | Nicholas Marriott |
2009-07-06 | Add a section summarising how options work, make the distinction between window | Nicholas Marriott |
2009-06-26 | Add missing spaces before some alias closing brackets, otherwise they are | Nicholas Marriott |
2009-06-24 | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott |
2009-06-24 | tweak previous; | Jason McIntyre |
2009-06-23 | Mention LC_ALL, LC_CTYPE. | Nicholas Marriott |
2009-06-23 | Add some common config file examples to the quick start section. | Nicholas Marriott |
2009-06-04 | zap trailing whitespace; | Jason McIntyre |
2009-06-03 | Do not set the window title by default (make set-titles option default to off), | Nicholas Marriott |
2009-06-03 | New session option, status-utf8, to control the interpretation of top-bit-set | Nicholas Marriott |
2009-06-03 | Add missing documentation for the -a flag used to move to next/previous window | Nicholas Marriott |
2009-06-03 | Add a section summarising the status line. There are quite a number of status | Nicholas Marriott |
2009-06-03 | undo a mistake found by sobrado; | Jason McIntyre |
2009-06-03 | some cleanup; ok nicm | Jason McIntyre |
2009-06-02 | Recent code to try and detect if a terminal supports UTF-8 by printing to it | Nicholas Marriott |
2009-06-02 | sort options alphabetically. | Igor Sobrado |
2009-06-02 | spawn login shells by default, adapt manpage bits as well. | Pierre-Yves Ritschard |
2009-06-01 | Update the man page with some recent changes to the code: | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |