Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Fix a couple of memory leaks, from marcel partap. | Nicholas Marriott | 2011-08-20 | |
| | | ||||
| * | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott | 2011-08-16 | |
| | | | | | | | | Johan Commelin. | |||
| * | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | Nicholas Marriott | 2011-08-16 | |
| | | | | | | | | 3385651. | |||
| * | Use key_bindings_remove for unbind-key -a to allow it to work from key | Nicholas Marriott | 2011-08-16 | |
| | | | | | | | | bindings. From "miaout17" SF bug 3392063. | |||
| * | Correctly skip existing numbers when generating the name for a new | Nicholas Marriott | 2011-08-16 | |
| | | | | | | | | session. | |||
| * | 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 | |
| | | | | | | | | | | | | | | does not enter copy mode. Patch from SF bug 3374493. In future the mode-mouse option is likely to die and be broken into several smaller options. | |||
| * | Do not require a client here, or pipe-pane will not work from the | Nicholas Marriott | 2011-07-30 | |
| | | | | | | | | command line. | |||
| * | Sort options alphabetically, from Tiago Cunha. | Nicholas Marriott | 2011-07-25 | |
| | | ||||
| * | Unused variable. | Nicholas Marriott | 2011-07-09 | |
| | | ||||
| * | Pass the right size to calloc (* not **). | Nicholas Marriott | 2011-07-09 | |
| | | ||||
| * | Do not continue to send data to suspended/locked clients or there will | Nicholas Marriott | 2011-07-08 | |
| | | | | | | | | | | | | be a huge rush of it after they are resumed/unlocked. The main output path was fine but status line updates and the terminal state reset code were missed. | |||
| * | 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 | |
| | | | | | | | | | | | | command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha. | |||
| * | Fix a couple of comments. | Nicholas Marriott | 2011-07-08 | |
| | | ||||
| * | 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 | |
| | | | | | | | | for respawn-window to break out of waiting for DCS/OSC to finish. | |||
| * | Change the list-keys format so that it shows the keys using actual tmux | Nicholas Marriott | 2011-07-04 | |
| | | | | | | | | | | commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me. | |||
| * | Add an option to trigger the terminal bell when there is an alert, from | Nicholas Marriott | 2011-07-03 | |
| | | | | | | | | Marco Beck. | |||
| * | Include the existing window and session name in the prompt when renaming | Nicholas Marriott | 2011-07-03 | |
| | | | | | | | | and add a new key binding ($) for rename session. From Tiago Cunha. | |||
| * | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott | 2011-07-02 | |
| | | | | | | | | command-prompt. From Tiago Cunha. | |||
| * | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott | 2011-06-27 | |
| | | ||||
| * | Add a couple of extra xterm-style keys that gnome terminal provides, | Nicholas Marriott | 2011-06-23 | |
| | | | | | | | | from Dustin Kirkland. | |||
| * | 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-06-05 | |
| | | | | | | | | hierarchy and instead just look at what panes are actually in the window. | |||
| * | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott | 2011-05-30 | |
| | | ||||
| * | Trim another useless if statement, from Ailin Nemui. | Nicholas Marriott | 2011-05-26 | |
| | | ||||
| * | 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-25 | |
| | | ||||
| * | tweak the TERMINFO section; ok nicm | Jason McIntyre | 2011-05-21 | |
| | | ||||
| * | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott | 2011-05-20 | |
| | | | | | | | | | | (such as showing the previous session name when renaming). From Tiago Cunha. | |||
| * | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | 2011-05-20 | |
| | | | | | | | | terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui. | |||
| * | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | 2011-05-20 | |
| | | | | | | | | | | (set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui. | |||
| * | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott | 2011-05-18 | |
| | | | | | | | | | | | | | | | | the xterm escape sequence for the purpose (if xterm is configured to allow it). Written by and much discussed Ailin Nemui, guidance on xterm/termcap/terminfo from Thomas Dickey. | |||
| * | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott | 2011-05-18 | |
| | | | | | | | | copy-end-of-line. From Dave Disser and Randy Stauner a while back. | |||
| * | 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-18 | |
| | | | | | | | | putty. From Ailin Nemui. | |||
| * | Reset last pane properly when using break-pane as well, fixes a problem | Nicholas Marriott | 2011-05-08 | |
| | | | | | | | | reported to Debian by Hannes von Haugwitz (bug 622677). | |||
| * | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott | 2011-05-08 | |
| | | | | | | | | at gmx.li. | |||
| * | Only select pane on click, not drag. From hsim at gmx.li. | Nicholas Marriott | 2011-05-08 | |
| | | ||||
| * | Fix a couple of memory leaks, from Tiago Cunha. | Nicholas Marriott | 2011-05-08 | |
| | | ||||
| * | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. | Nicholas Marriott | 2011-05-08 | |
| | | ||||
| * | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott | 2011-05-08 | |
| | | | | | | | | dragging their borders. From hsim at gmx.li. | |||
| * | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott | 2011-05-08 | |
| | | | | | | | | | | | | and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li. | |||
| * | Change window with mouse wheel over status line if mouse-select-window | Nicholas Marriott | 2011-05-04 | |
| | | | | | | | | is on, from marcel partap. | |||
| * | Don't need vis.h anymore. | Nicholas Marriott | 2011-05-04 | |
| | | ||||
| * | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott | 2011-05-04 | |
| | | | | | | | | | | off by default and we have to trust the terminal can understand what we send it anyway so there isn't any harm. | |||
| * | Check if mouse-select-pane is ON not off when setting mouse flags, | Nicholas Marriott | 2011-05-04 | |
| | | | | | | | | reported by oga. | |||
| * | Only redraw the status line on command update, not the entire client | Nicholas Marriott | 2011-04-29 | |
| | | | | | | | | (big DOH). | |||
| * | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott | 2011-04-24 | |
| | |