| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
From Kalle Olavi Niemitalo.
|
|
|
|
|
|
| |
correctly, and make it work when the screen is not wide enough.
Noticed by Kalle Olavi Niemitalo.
|
|
|
|
| |
lint.
|
|
|
|
| |
positioned at the left, centre, or right.
|
|
|
|
|
| |
attributes with which the current window is shown in the status line. From
Johan Friis, thanks.
|
|
|
|
|
|
|
|
|
|
| |
status line (bound to "i" and displays the current window and time by
default). The same substitutions are applied as for status-left/right.
- Add support for including the window index (#I), pane index (#P) and window
name (#W) in the message, and status-left or status-right.
- Bump protocol version.
From Tiago Cunha, thanks!
|
|
|
|
|
|
|
|
|
|
|
| |
still present, so add a separate prompt free callback and make the _clear
function responsible for calling it if necessary (rather than the individual
prompt callbacks). Also make both messages and prompts clear any existing when
a new is set.
In addition, the screen could be modified while the prompt is there, restore
the redraw-entire-screen behaviour on prompt clear; add a comment as a
reminder.
|
|
|
|
| |
when it hadn't changed.
|
|
|
|
| |
helpful for a couple of things coming soon.
|
|
|
|
|
|
| |
annoying and it is only use for iterating, so use a sentinel to mark the end of
each array instead. Different fix for a problem pointed out by Kalle Olavi
Niemitalo.
|
|
|
|
|
| |
not just the status line. Changing this also revealed the check for the status
line was incorrect when drawing the pane.
|
|
|
|
|
|
| |
redraw it as to draw the entire screen, just skip all lines but the last.
This makes horizontal split redraw properly when the status line is off.
|
|
|
|
|
| |
non-whitespace character. ^ with vi and M-m with emacs key bindings. Another
from Kalle Olavi Niemitalo, thanks.
|
|
|
|
|
| |
done for UTF-8, limit to the maximum length correctly when printing, and always
print a space even if the left string is longer than the width available.
|
|
|
|
| |
it.
|
|
|
|
|
| |
characters in status-left and status-right (if on, they are treated as UTF-8;
otherwise passed through).
|
|
|
|
|
|
| |
status-left/status-right work properly. At the moment any top-bit-set
characters are assumed to be UTF-8: a status-utf8 option to configure this will
come shortly.
|
|
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.
ok deraadt pirofti
|