summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Collapse)Author
2011-09-23Fix typo: ) -> }.Nicholas Marriott
2011-09-05Mark dead panes with some text saying they are dead, suggested by andNicholas Marriott
with help from Randy Stauner.
2011-08-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-08-30Plug memory leak, from Tiago Cunha.Nicholas Marriott
2011-08-26tweak previous;Jason McIntyre
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
use it for list-{panes,windows,sessions}. This allows more descriptive replacements (such as #{session_name}) and conditionals. Later this will be used for status_replace and list-keys and other places.
2011-08-25-lm is no longer needed, from Tiago Cunha.Nicholas Marriott
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
Plenz.
2011-08-24Add pane-base-index option, from Ben Barbour.Nicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-08-22There is no need to use sqrt()/INFINITY here which simplifies the codeNicholas Marriott
and makes it more portable, from Havard Eidnes.
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
Johan Commelin.
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
3385651.
2011-08-16Use key_bindings_remove for unbind-key -a to allow it to work from keyNicholas Marriott
bindings. From "miaout17" SF bug 3392063.
2011-08-16Correctly skip existing numbers when generating the name for a newNicholas Marriott
session.
2011-07-30fix error in previous;Jason McIntyre
2011-07-30Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott
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.
2011-07-30Do not require a client here, or pipe-pane will not work from theNicholas Marriott
command line.
2011-07-25Sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2011-07-09Unused variable.Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-07-08Do not continue to send data to suspended/locked clients or there willNicholas Marriott
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.
2011-07-08flags[] should be initialized. From Thomas Adam.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
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.
2011-07-08Fix a couple of comments.Nicholas Marriott
2011-07-04Show full targets for lsp/lsw -a.Nicholas Marriott
2011-07-04Use screen_reinit for respawn-pane to keep history and call input_initNicholas Marriott
for respawn-window to break out of waiting for DCS/OSC to finish.
2011-07-04Change the list-keys format so that it shows the keys using actual tmuxNicholas Marriott
commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me.
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
Marco Beck.
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
and add a new key binding ($) for rename session. From Tiago Cunha.
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
command-prompt. From Tiago Cunha.
2011-06-27PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott
2011-06-23Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott
from Dustin Kirkland.
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
hierarchy and instead just look at what panes are actually in the window.
2011-05-30Fix a typo, spotted by Michal Mazurek..Nicholas Marriott
2011-05-26Trim another useless if statement, from Ailin Nemui.Nicholas Marriott
2011-05-25Memory leak in error path, from Tiago Cunha.Nicholas Marriott
2011-05-25Nuke a redundant if statement, from Tiago Cunha.Nicholas Marriott
2011-05-21tweak the TERMINFO section; ok nicmJason McIntyre
2011-05-20Pass prompts through status_replace so that they can be more helpfulNicholas Marriott
(such as showing the previous session name when renaming). From Tiago Cunha.
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui.
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
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.
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
copy-end-of-line. From Dave Disser and Randy Stauner a while back.
2011-05-18Use xfree not free, from Tiago Cunha.Nicholas Marriott
2011-05-18Use button mouse mode not any for copy mode, fixes issues withNicholas Marriott
putty. From Ailin Nemui.
2011-05-08Reset last pane properly when using break-pane as well, fixes a problemNicholas Marriott
reported to Debian by Hannes von Haugwitz (bug 622677).
2011-05-08Reset last pane on swap-pane across windows, fixes crash noticed by hsimNicholas Marriott
at gmx.li.