| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| | |
inserted into the status line.
|
|\| |
|
| |
| |
| |
| |
| |
| | |
and use that to support the OSC palette-setting sequences in popups.
Also add a pane-colours array option to specify the defaults. GitHub
issue 2815.
|
|\| |
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
2790.
|
|\| |
|
| | |
|
|\| |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This changes the meaning of the word-separators option - setting it to
the empty string is equivalent to the previous behavior. From Will Noble
in GitHub issue 2693.
|
| |
| |
| |
| | |
("command", "search" etc). From Anindya Mukherjee.
|
| |
| |
| |
| | |
these keys to applications inside tmux.
|
| |
| |
| |
| |
| |
| | |
changes the meaning of the word-separators option - setting it to the empty
string is equivalent to the previous behavior. From Will Noble in GitHub issue
2693.
|
| |
| |
| |
| | |
"search" etc). From Anindya Mukherjee.
|
| |
| |
| |
| | |
to applications inside tmux.
|
|\| |
|
| |
| |
| |
| | |
instead of only the available space. From Magnus Gross in GitHub issue 2578.
|
|\| |
|
| |
| |
| |
| |
| | |
there are no other detached sessions to switch to, from Sencer Selcuk in
GitHub issue 2553.
|
|\| |
|
| |
| |
| |
| |
| | |
will not have to change. A new format window_raw_flags contains the old
unescaped version.
|
|\| |
|
| |
| |
| |
| | |
failed, GitHub issue 2513.
|
|\| |
|
| |
| |
| |
| | |
unset an option on all panes. GitHub issue 2491 from Rostislav Nesin.
|
|\| |
|
| |
| |
| |
| |
| |
| | |
followed by [ or not. Add a flag (e) to the q: format modifier to double
up #s and use it for the window_flags format variable so it doesn't end
up escaping any following text. GitHub issue 2485.
|
|\| |
|
| |
| |
| |
| | |
2317.
|
|\| |
|
| | |
|
|\| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
xterm and mintty) and add an option to make tmux send it. Only forward
extended keys if the application has requested them, even though we use
the CSI u sequence and xterm uses CSI 27 ~ - this is what mintty does as
well.
|
| |
| |
| |
| |
| |
| | |
lines (ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or
number (the pane numbers). Lines that won't work on a non-UTF-8 terminal
are translated back into ACS when they are output.
|
| |
| |
| |
| |
| |
| |
| |
| | |
default and the mark and cursor position are swapped with 'jump-to-mark'
(bound to M-x). The line containing the mark is shown in
copy-mode-mark-style with the horizontal position in reverse.
From Anindya Mukherjee in GitHub issue 2209.
|
| |
| |
| |
| |
| | |
includes adding a brief description of each option. Bound to "C" by
default.
|
| |
| |
| |
| | |
every command that is run.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add styles for the search marking styles (copy-mode-match-style and
copy-mode-current-match-style).
- Show the current match (the one with the cursor on it) in a different style.
- Copying without a selection will copy the current match if there is one.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
which allows formats to be expanded. Any styles without a '#{' are still
validated when they are set but any with a '#{' are not. Formats are not
expanded usefully in many cases yet, that will be changed later.
To make this work, a few other changes:
- set-option -a with a style option automatically appends a ",".
- OSC 10 and 11 don't set the window-style option anymore, instead the
fg and bg are stored in the pane struct and act as the defaults that
can be overridden by window-style.
- status-fg and -bg now override status-style instead of trying to keep
them in sync.
|
| |
| |
| |
| |
| |
| |
| | |
get XT added and using that as a marker for xterm(1)-like, assume that
if the terminfo(5) entry already has XT or the clear capability starts
with CSI then the terminal is VT100-like and it should be safe to send
DA requests. The DA responses trigger additional features being added.
|
| |
| |
| |
| | |
mintty) and add an option to make tmux send it.
|
| |
| |
| |
| |
| |
| | |
use these key sequences by default. Merge the code into the main tty and input
tree processing (convering the latter to use a tree rather than a table at the
same time) and make the option a no-op.
|
| |
| |
| |
| |
| |
| | |
(ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or number (the
pane numbers). Lines that won't work on a non-UTF-8 terminal are translated
back into ACS when they are output.
|