| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
ignore any containing control characters or invalid UTF-8. GitHub issue 2070.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Thomas Sattler.
|
|
|
|
| |
than trying to skip them later, fixes problem reported by M Kelly.
|
|
|
|
| |
they support 256 and RGB colours, so set those flags too.
|
| |
|
| |
|
|
|
|
| |
#{version} format; on OpenBSD these just report the OpenBSD version.
|
| |
|
|
|
|
| |
unattached counter, reported by Thomas Sattler.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
use this to add descriptions to the default key bindings. A new -N flag
to list-keys shows key bindings with notes rather than the default
bind-key command used to create them. Change the default ? binding to
use this to show a readable summary of keys.
Also extend command-prompt to return the name of the key pressed and add
a default binding (/) to show the note for the next key pressed
Suggested by Alex Tremblay in GitHub issue 2000.
|
|
|
|
| |
required. GitHub issue 2062.
|
| |
|
|
|
|
| |
sent) so this should be plenty.
|
|
|
|
|
|
| |
confused with mouse sequences. Also set a flag and don't bother checking
for it if we have already seen it (same for DA), and don't check if we
never asked for it.
|
|
|
|
|
| |
other unrecognised string passed to send-keys. Reported by Anthony
Sottile in GitHub issue 2049.
|
| |
|
|
|
|
|
| |
favour of a couple of flags for the features used (DECSLRM and DECFRA).
Also rename the flag for no xenl to be more obvious while here.
|
| |
|
| |
|
|
|
|
| |
behaviour.
|
| |
|
|
|
|
| |
other output, reported by George Nachman in GitHub issue 2048.
|
| |
|
|
|
|
| |
davidegirardi in GitHub issue 2046.
|
| |
|
| |
|
|
|
|
| |
in GitHub issue 2042.
|
|
|
|
| |
issue 2038.
|
| |
|
|
|
|
| |
window is present or active in. From Tyler Culp in GitHub issue 2034.
|
| |
|
| |
|
|
|
|
|
| |
insert after needs to be the last one added, not the first. Reported by
Jason Kim in GitHub issue 2023.
|
| |
|
| |
|
|
|
|
|
|
|
| |
ends up pointing to the wrong place before it is passed to the client.
The path is only used internally so there is no real need for
realpath(), remove it and move the get_path function to file.c where all
the callers are.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
KOIE Hidetaka in GitHub issue 2015.
|
| |
|
|
|
|
| |
stdin.
|