Go to file
Nicholas Marriott 3f4418d84d Extend command-prompt with a -p option which is a comma-separated list of one
or more prompts to present in order.

The responses to the prompt are replaced in the template string: %% are
replaced in order, so the first prompt replaces the first %%, the second
replaces the second, and so on. In addition, %1 up to %9 are replaced with the
responses to the first the ninth prompts

The default template is "%1" so the response to the first prompt is processed
as a command.

Note that this changes the behaviour for %% so if there is only one prompt,
only the first %% will be replaced. Templates such as "neww -n '%%' 'ssh %%'"
should be changed to "neww -n '%1' 'ssh %1'".

From Tiago Cunha.
2009-08-19 10:39:50 +00:00
Makefile Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
array.h Import tmux, a terminal multiplexor allowing (among other things) a single 2009-06-01 22:58:49 +00:00
attributes.c Don't dereference NULL if buf winds up being empty. Can't happen 2009-06-02 11:14:08 +00:00
buffer-poll.c Nuke unused buffer functions. Found by lint. 2009-06-25 06:05:47 +00:00
buffer.c Nuke unused buffer functions. Found by lint. 2009-06-25 06:05:47 +00:00
cfg.c Don't leak in the (rare) case of an invalid command at the end of a file not 2009-08-09 08:34:17 +00:00
client-fn.c Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
client.c imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to 2009-08-12 06:04:28 +00:00
clock.c Import tmux, a terminal multiplexor allowing (among other things) a single 2009-06-01 22:58:49 +00:00
cmd-attach-session.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
cmd-bind-key.c Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t 2009-07-28 17:05:10 +00:00
cmd-break-pane.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-choose-session.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-choose-window.c Show the bell/activity/current status and the window title in the choice list. 2009-08-04 14:28:23 +00:00
cmd-clear-history.c Remove some dead code found by clang. 2009-07-30 17:29:12 +00:00
cmd-clock-mode.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-command-prompt.c Extend command-prompt with a -p option which is a comma-separated list of one 2009-08-19 10:39:50 +00:00
cmd-confirm-before.c Switch the prompt code to return an empty string when the user enters no 2009-08-13 23:44:18 +00:00
cmd-copy-buffer.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-copy-mode.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-delete-buffer.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-detach-client.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-display-message.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-down-pane.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-find-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-generic.c Add flags for 1+2 and 2 arguments to the generic target code, use it for 2009-08-11 12:53:37 +00:00
cmd-has-session.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-if-shell.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-kill-pane.c Merge pane number into the target specification for pane commands. Instead of 2009-07-30 13:45:56 +00:00
cmd-kill-server.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-kill-session.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-kill-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-last-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-link-window.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-list-buffers.c Change list-buffers to run the preview of the buffer through vis(1). 2009-08-18 12:26:37 +00:00
cmd-list-clients.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-list-commands.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-list-keys.c Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t 2009-07-28 17:05:10 +00:00
cmd-list-sessions.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-list-windows.c Handle ttyname(3) failure better. 2009-08-08 16:05:01 +00:00
cmd-list.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-load-buffer.c Don't babysit people and let them try to load /dev/zero or (more useful) 2009-07-30 17:46:12 +00:00
cmd-lock-server.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-move-window.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-new-session.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-new-window.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-next-layout.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-next-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-paste-buffer.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-previous-layout.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-previous-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-refresh-client.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-rename-session.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-rename-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-resize-pane.c Merge pane number into the target specification for pane commands. Instead of 2009-07-30 13:45:56 +00:00
cmd-respawn-window.c When creating a new session from the command-line where there is an external 2009-08-13 19:03:59 +00:00
cmd-rotate-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-save-buffer.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-scroll-mode.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-select-layout.c If select-layout is not given an argument, repply the last layout used in the 2009-07-28 06:48:44 +00:00
cmd-select-pane.c Merge pane number into the target specification for pane commands. Instead of 2009-07-30 13:45:56 +00:00
cmd-select-prompt.c Switch the prompt code to return an empty string when the user enters no 2009-08-13 23:44:18 +00:00
cmd-select-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-send-keys.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-send-prefix.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-server-info.c Tag a few missed printf-like functions and fix a missing "%s". 2009-08-18 14:48:42 +00:00
cmd-set-buffer.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-set-environment.c Add flags for 1+2 and 2 arguments to the generic target code, use it for 2009-08-11 12:53:37 +00:00
cmd-set-option.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-set-password.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-set-window-option.c Add flags for 1+2 and 2 arguments to the generic target code, use it for 2009-08-11 12:53:37 +00:00
cmd-show-buffer.c Tag a few missed printf-like functions and fix a missing "%s". 2009-08-18 14:48:42 +00:00
cmd-show-environment.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
cmd-show-options.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-show-window-options.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-source-file.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-split-window.c When creating a new session from the command-line where there is an external 2009-08-13 19:03:59 +00:00
cmd-start-server.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-string.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
cmd-suspend-client.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-swap-pane.c Remove some dead code found by clang. 2009-07-30 17:29:12 +00:00
cmd-swap-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-switch-client.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-unbind-key.c Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t 2009-07-28 17:05:10 +00:00
cmd-unlink-window.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd-up-pane.c Make all messages sent between the client and server fixed size. 2009-07-26 12:58:44 +00:00
cmd.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
colour.c Import tmux, a terminal multiplexor allowing (among other things) a single 2009-06-01 22:58:49 +00:00
environ.c Nuke a dead variable found with clang and an unused declaration with lint. 2009-08-09 15:17:50 +00:00
grid-view.c Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full 2009-07-13 10:43:52 +00:00
grid.c Use the right source and destination lines in grid_duplicate_lines. 2009-08-10 17:59:59 +00:00
imsg-buffer.c Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
imsg.c Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
imsg.h Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
input-keys.c Detect backspace by looking at termios VERASE and translate it into \177 (which 2009-07-26 21:42:08 +00:00
input.c Instead of just checking for an empty buffer, which may not be the case if 2009-08-18 21:41:13 +00:00
key-bindings.c Permit commands to be bound to key presses without the prefix key first. The 2009-07-24 14:52:47 +00:00
key-string.c Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. 2009-07-28 09:18:01 +00:00
layout-set.c If select-layout is not given an argument, repply the last layout used in the 2009-07-28 06:48:44 +00:00
layout.c Improved layout code. 2009-07-19 13:21:40 +00:00
log.c Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by 2009-07-21 18:40:30 +00:00
mode-key.c Add a "delete line" key when editing in the status line or the search up/down 2009-08-18 07:23:43 +00:00
names.c Move another expensive options test to after a cheaper timer check/update. 2009-08-18 21:18:20 +00:00
options-cmd.c Add a -a flag to set-option and set-window-option to append to an existing 2009-08-04 18:45:57 +00:00
options.c Make some functions which return unused values void (mostly found by lint) and 2009-07-21 19:54:22 +00:00
paste.c Don't leak when rollling buffers off when the paste buffer limit is reached. 2009-07-30 20:50:54 +00:00
procname.c Nuke a dead variable found with clang and an unused declaration with lint. 2009-08-09 15:17:50 +00:00
resize.c Improved layout code. 2009-07-19 13:21:40 +00:00
screen-redraw.c Reset the attributes after drawing all or part of the screen, and reset the 2009-08-10 19:42:03 +00:00
screen-write.c It was originally intended that scroll mode would show content that was 2009-08-13 16:24:33 +00:00
screen.c Change the way the grid is stored, previously it was: 2009-08-08 13:29:27 +00:00
server-fn.c Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
server-msg.c If the client passes zero for the window size in the identify message (which it 2009-08-13 12:15:45 +00:00
server.c Whoops, getting the comparison the right way round is usually recommended. 2009-08-18 21:37:04 +00:00
session.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
status.c Extend command-prompt with a -p option which is a comma-separated list of one 2009-08-19 10:39:50 +00:00
tmux.1 Extend command-prompt with a -p option which is a comma-separated list of one 2009-08-19 10:39:50 +00:00
tmux.c Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very 2009-08-13 21:56:14 +00:00
tmux.h Extend command-prompt with a -p option which is a comma-separated list of one 2009-08-19 10:39:50 +00:00
tty-keys.c Detect backspace by looking at termios VERASE and translate it into \177 (which 2009-07-26 21:42:08 +00:00
tty-term.c Clear the codes array earlier as tty_term_free could be called on error. 2009-08-05 19:05:02 +00:00
tty.c Send SGR0 when initialising the screen. Fixes problems on terminals with BCE 2009-08-14 08:53:52 +00:00
utf8.c Miscellaneous unused functions, including one which was basically a 2009-06-25 06:15:04 +00:00
window-choose.c If colours are not supported by the terminal, try to emulate a coloured 2009-08-05 16:26:38 +00:00
window-clock.c Use gmtime_r so the current time isn't overwritten, the minute comparison works 2009-06-27 14:40:22 +00:00
window-copy.c Nuke unnecessary assignment. 2009-08-18 09:51:51 +00:00
window-more.c Use the full screen width when printing output rather than one less. 2009-08-18 11:53:03 +00:00
window-scroll.c vi(1)-style half page scroll in copy and scroll modes. Move the vi full page 2009-08-13 22:32:18 +00:00
window.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
xmalloc.c Import tmux, a terminal multiplexor allowing (among other things) a single 2009-06-01 22:58:49 +00:00