aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott2011-08-16
| * Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott2011-08-16
| * Use key_bindings_remove for unbind-key -a to allow it to work from keyNicholas Marriott2011-08-16
| * Correctly skip existing numbers when generating the name for a newNicholas Marriott2011-08-16
| * fix error in previous;Jason McIntyre2011-07-30
| * Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott2011-07-30
| * Do not require a client here, or pipe-pane will not work from theNicholas Marriott2011-07-30
| * Sort options alphabetically, from Tiago Cunha.Nicholas Marriott2011-07-25
| * Unused variable.Nicholas Marriott2011-07-09
| * Pass the right size to calloc (* not **).Nicholas Marriott2011-07-09
| * Do not continue to send data to suspended/locked clients or there willNicholas Marriott2011-07-08
| * flags[] should be initialized. From Thomas Adam.Nicholas Marriott2011-07-08
| * Make confirm-before prompt customizable with -p option likeNicholas Marriott2011-07-08
| * Fix a couple of comments.Nicholas Marriott2011-07-08
| * Show full targets for lsp/lsw -a.Nicholas Marriott2011-07-04
| * Use screen_reinit for respawn-pane to keep history and call input_initNicholas Marriott2011-07-04
| * Change the list-keys format so that it shows the keys using actual tmuxNicholas Marriott2011-07-04
| * Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott2011-07-03
| * Include the existing window and session name in the prompt when renamingNicholas Marriott2011-07-03
| * Allow the initial context on prompts to be set with the new -I option toNicholas Marriott2011-07-02
| * PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott2011-06-27
| * Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott2011-06-23
| * Add a respawn-pane command, from Marcel Partap.Nicholas Marriott2011-06-05
| * Get rid of the layout string code which tries to walk through the layoutNicholas Marriott2011-06-05
| * Fix a typo, spotted by Michal Mazurek..Nicholas Marriott2011-05-30
| * Trim another useless if statement, from Ailin Nemui.Nicholas Marriott2011-05-26
| * Memory leak in error path, from Tiago Cunha.Nicholas Marriott2011-05-25
| * Nuke a redundant if statement, from Tiago Cunha.Nicholas Marriott2011-05-25
| * tweak the TERMINFO section; ok nicmJason McIntyre2011-05-21
| * Pass prompts through status_replace so that they can be more helpfulNicholas Marriott2011-05-20
| * Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott2011-05-20
| * Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott2011-05-20
| * Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott2011-05-18
| * Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott2011-05-18
| * Use xfree not free, from Tiago Cunha.Nicholas Marriott2011-05-18
| * Use button mouse mode not any for copy mode, fixes issues withNicholas Marriott2011-05-18
| * Reset last pane properly when using break-pane as well, fixes a problemNicholas Marriott2011-05-08
| * Reset last pane on swap-pane across windows, fixes crash noticed by hsimNicholas Marriott2011-05-08
| * Only select pane on click, not drag. From hsim at gmx.li.Nicholas Marriott2011-05-08
| * Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott2011-05-08
| * Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.Nicholas Marriott2011-05-08
| * Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott2011-05-08
| * Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott2011-05-08
| * Change window with mouse wheel over status line if mouse-select-windowNicholas Marriott2011-05-04
| * Don't need vis.h anymore.Nicholas Marriott2011-05-04
| * Don't use strnvis for the title as it breaks UTF-8. set-titles is nowNicholas Marriott2011-05-04
| * Check if mouse-select-pane is ON not off when setting mouse flags,Nicholas Marriott2011-05-04
| * Only redraw the status line on command update, not the entire clientNicholas Marriott2011-04-29
| * Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott2011-04-24
| * Tweak copy behaviour slightly in vi mode to be closer to real vi. FromNicholas Marriott2011-04-24