| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
modified keys.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
contains items of the form "alias=command". This is consulted when an
unknown command is parsed.
|
|
|
|
|
|
| |
and support -a for array options. Allow the separator for set to be
specified in the options table (will be used for backwards compatibility
later).
|
| |
|
|
|
|
|
|
| |
(this means inlining forkpty()).
ok deraadt
|
|
|
|
| |
harry dot gindi at live dot com.
|
|
|
|
| |
useful to user.
|
|
|
|
| |
utf8_stravis() which calls our existing utf8_strvis() and use it instead
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
just return NULL.
|
| |
|
|
|
|
|
|
|
|
| |
commands this pushes more of the code into options.c and ties it more
closely to the options table rather than having an unnecessary
split. Also add support for array options (will be used later). Only
(intentional) user visible change is that show-options output is now
passed through vis(3) with VIS_DQ so quotes are escaped.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of exiting it, useful if tmux wasn't exec'd itself. From Jenna Magius.
|
| |
|
| |
|
|
|
|
| |
the terminal has >=16 colours.
|
| |
|
| |
|
| |
|
|
|
|
| |
check in server_client_handle_key, and tweak a comment.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reported by Theo Buehler.
|
| |
|
|
|
|
| |
some keys more standard, and use Ql instead of Dq.
|
| |
|
|
|
|
| |
argument is a format (the new == and != are useful).
|
|
|
|
|
|
|
| |
are expanded so can compare formats). And expand the condition to
#{?a,b,c} (the "a" part) if it doesn't work as a simple lookup.
Also add FORMAT_NOJOBS flag to disable jobs in a format.
|
| |
|
| |
|
|
|
|
| |
possible.
|
|
|
|
| |
from S Gilles.
|
| |
|