| Commit message (Collapse) | Author | Age |
| ... | |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Unused variable.
|
| | |
|
| |
|
|
|
|
|
|
| |
Do not continue to send data to suspended/locked clients or there will
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.
|
| |
|
|
|
|
|
|
| |
Make confirm-before prompt customizable with -p option like
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.
|
| |
|
|
|
| |
Show full targets for lsp/lsw -a.
|
| |
|
|
|
|
| |
Use screen_reinit for respawn-pane to keep history and call input_init
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
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
Marco Beck.
|
| |
|
|
|
|
| |
Include the existing window and session name in the prompt when renaming
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
command-prompt. From Tiago Cunha.
|
| |
|
|
|
| |
PANE_FREEZE doesn't do anything anymore, so remove it.
|
| |
|
|
|
|
| |
Add a couple of extra xterm-style keys that gnome terminal provides,
from Dustin Kirkland.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Date: 2011/06/05 12:19:03
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Add a respawn-pane command, from Marcel Partap.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Date: 2011/06/05 11:53:05
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Get rid of the layout string code which tries to walk through the layout
hierarchy and instead just look at what panes are actually in the window.
|
| |
|
|
|
|
|
|
|
|
|
| |
Date: 2011/05/30 22:02:28
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Fix a typo, spotted by Michal Mazurek..
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Trim another useless if statement, from Ailin Nemui.
|
| |
|
|
|
| |
Memory leak in error path, from Tiago Cunha.
|
| |
|
|
|
| |
Nuke a redundant if statement, from Tiago Cunha.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
tweak the TERMINFO section; ok nicm
|
| |
|
|
|
|
|
| |
Pass prompts through status_replace so that they can be more helpful
(such as showing the previous session name when renaming). From Tiago
Cunha.
|
| |
|
|
|
|
| |
Support DECSCUSR sequence to set the cursor style with two new
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
|
| |
|
|
|
|
|
| |
Support xterm(1) cursor colour change sequences through terminfo(5) Cc
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked
by me and Ailin Nemui.
|