Age | Commit message (Expand) | Author |
2011-09-05 | Mark dead panes with some text saying they are dead, suggested by and | Nicholas Marriott |
2011-08-30 | Another memory leak from Tiago Cunha. | Nicholas Marriott |
2011-08-30 | Plug memory leak, from Tiago Cunha. | Nicholas Marriott |
2011-08-26 | tweak previous; | Jason McIntyre |
2011-08-26 | Add initial framework for more powerful formatting of command output and | Nicholas Marriott |
2011-08-25 | -lm is no longer needed, from Tiago Cunha. | Nicholas Marriott |
2011-08-24 | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott |
2011-08-24 | Add pane-base-index option, from Ben Barbour. | Nicholas Marriott |
2011-08-24 | Add a tty_bell wrapper function, from Dylan Alex Simon. | Nicholas Marriott |
2011-08-22 | There is no need to use sqrt()/INFINITY here which simplifies the code | Nicholas Marriott |
2011-08-20 | Fix a couple of memory leaks, from marcel partap. | Nicholas Marriott |
2011-08-16 | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott |
2011-08-16 | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | Nicholas Marriott |
2011-08-16 | Use key_bindings_remove for unbind-key -a to allow it to work from key | Nicholas Marriott |
2011-08-16 | Correctly skip existing numbers when generating the name for a new | Nicholas Marriott |
2011-07-30 | fix error in previous; | Jason McIntyre |
2011-07-30 | Extend the mode-mouse option to add a third choice which means the mouse | Nicholas Marriott |
2011-07-30 | Do not require a client here, or pipe-pane will not work from the | Nicholas Marriott |
2011-07-25 | Sort options alphabetically, from Tiago Cunha. | Nicholas Marriott |
2011-07-09 | Unused variable. | Nicholas Marriott |
2011-07-09 | Pass the right size to calloc (* not **). | Nicholas Marriott |
2011-07-08 | Do not continue to send data to suspended/locked clients or there will | Nicholas Marriott |
2011-07-08 | flags[] should be initialized. From Thomas Adam. | Nicholas Marriott |
2011-07-08 | Make confirm-before prompt customizable with -p option like | Nicholas Marriott |
2011-07-08 | Fix a couple of comments. | Nicholas Marriott |
2011-07-04 | Show full targets for lsp/lsw -a. | Nicholas Marriott |
2011-07-04 | Use screen_reinit for respawn-pane to keep history and call input_init | Nicholas Marriott |
2011-07-04 | Change the list-keys format so that it shows the keys using actual tmux | Nicholas Marriott |
2011-07-03 | Add an option to trigger the terminal bell when there is an alert, from | Nicholas Marriott |
2011-07-03 | Include the existing window and session name in the prompt when renaming | Nicholas Marriott |
2011-07-02 | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott |
2011-06-27 | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott |
2011-06-23 | Add a couple of extra xterm-style keys that gnome terminal provides, | Nicholas Marriott |
2011-06-05 | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott |
2011-06-05 | Get rid of the layout string code which tries to walk through the layout | Nicholas Marriott |
2011-05-30 | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott |
2011-05-26 | Trim another useless if statement, from Ailin Nemui. | Nicholas Marriott |
2011-05-25 | Memory leak in error path, from Tiago Cunha. | Nicholas Marriott |
2011-05-25 | Nuke a redundant if statement, from Tiago Cunha. | Nicholas Marriott |
2011-05-21 | tweak the TERMINFO section; ok nicm | Jason McIntyre |
2011-05-20 | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott |
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott |
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott |
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott |
2011-05-18 | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott |
2011-05-18 | Use xfree not free, from Tiago Cunha. | Nicholas Marriott |
2011-05-18 | Use button mouse mode not any for copy mode, fixes issues with | Nicholas Marriott |
2011-05-08 | Reset last pane properly when using break-pane as well, fixes a problem | Nicholas Marriott |
2011-05-08 | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott |
2011-05-08 | Only select pane on click, not drag. From hsim at gmx.li. | Nicholas Marriott |