| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
so it works like swap-pane.
|
| |
|
| |
|
|
|
|
| |
and pane.
|
|
|
|
|
| |
generic and hide the display-panes specific bits into
cmd-display-panes.c.
|
|
|
|
| |
history-bottom as for cursor-up and cursor-down. GitHub issue 1723.
|
|
|
|
|
|
|
| |
manual page section and create a new ENVIRONMENT with the expected
content. Move some information that was misplaced below the -u
flag into that new section.
Feedback and OK nicm@ jmc@ tb@
|
|
|
|
|
|
| |
immediately rather than queuing them (the command can block the queue
which means they were not being seen until it finished which was too
late). Reported by denis@ and solene@, ok solene@.
|
|
|
|
| |
work in newer libevent.
|
| |
|
|
|
|
| |
split-window or display-message -I.
|
| |
|
|
|
|
|
| |
into the mouse event that later code uses, it has been adjusted and they
should use the original position. GitHub issue 1710.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
command queue so they are ordered correctly with the commands that they
execute.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
in emacs, % in vi. Suggested by and help from Chris Barber in GitHub
issue 1666.
|
|
|
|
|
|
| |
flag -e to new-window, split-window, respawn-window, respawn-pane to
pass environment variables into the newly created process. From Steffen
Christgau in GitHub issue 1697.
|
|
|
|
|
|
|
| |
multiple commands to be easily bound to one hook. set-hook and
show-hooks remain but they are now variants of set-option and
show-options. show-options now has a -H flag to show hooks (by default
they are not shown).
|
|
|
|
| |
hook.
|
| |
|
| |
|
| |
|
|
|
|
| |
buffer (needed for something in the future).
|
| |
|
|
|
|
| |
and the cursor reaches the top or bottom line.
|
| |
|
| |
|
| |
|
|
|
|
| |
in future will not have to be strings.
|
|
|
|
|
| |
clear the selection after copying. Make copy-pipe clear the selection by
default to be consistent with copy-selection. From Avi Halachmi.
|
|
|
|
| |
Sunil Nimmagadda.
|
| |
|
|
|
|
| |
work. Reported by Thomas Sattler.
|
| |
|
| |
|
|
|
|
| |
with a pane status line.
|
|
|
|
|
| |
and to handle the case where the panes won't fit into the existing
window size.
|
|
|
|
| |
layouts.
|
| |
|
|
|
|
| |
check for % in the target as well as ":.".
|
|
|
|
| |
window.c into a separate file spawn.c.
|