| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Alexander Naumov <alexander_naumov@opensuse.org>
|
| |
|
|
| |
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
|
| |
|
|
|
|
|
| |
been pressed.
This can be used to show visual notification in the hardstatus/caption that the user has pressed the
escape character.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make -h save scrollback with or without a file name given. Also,
preserve the unlikely case in which someone actually does want to
save display to '-h'; with
:hardcopy -- -h
or, to save both history and display to '-h'
:hardcopy -h -h
Also,
:hardcopy --
:hardcopy -h --
will, as they always have, save display or history and display to
'--'.
|
| |
|
|
|
|
|
| |
Currently, '@' or'-' prefixed commands suppress both error messages
and normal messages. It will be possible to differentiate between
the two, though, if there was need for it. These flags can be useful
for, for example, remote commands to not interrupt displays etc.
|
| |
|
|
|
|
| |
Thanks a lot to Max Kalashnikov for pointing out that the bug
remained after the last fix (f7adfae856b). This should properly fix
Savannah bug #25813.
|
| |
|
|
|
|
| |
Expanding $PWD to expand to the correct current working directory
can be useful to figure out, for example, where log files are
created, and other purposes.
|
| |
|
|
|
| |
The default rendition for silence'd windows in caption/hardstatus
or in the windowlist is =u (underline). Closes savannah bug #29205.
|
| |
|
|
|
|
|
|
| |
Double cell characters that end a line are not properly displayed
when there are split regions. Takeshi Banse detected the problem and
a fix for it in Savannag bug #29106. A better fix for this was
applied in the unicode++ branch, but that won't work in 'master'.
This is approximately the same fix, in a slightly different way.
|
| | |
|
| |
|
|
|
|
| |
Pressing 'K' in the window-list will kill a window (after confirmation).
Also, added some notes.
|
| |
|
|
|
|
| |
Press ',' to switch the selected window with its previous window (in
the same group). Similarly, press '.' to switch with the next
window.
|
| | |
|
| | |
|
| |
|
|
| |
Closes #28586 on savannah.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
'%P' in caption string will set '%?' to true if the current region is
in copy/paste mode. So, if you want to simply change the color etc. of
your caption, prepend '%?%P%{XXX}%?' to your caption and you're set ('XXX'
stands for the usual attribute/color modifier). If, on the other hand,
you want to change the caption string in copy mode, change your caption
string to '%?%PCaption for copy mode%:Your usual caption%?'.
|
| |
|
|
|
|
| |
This command will write a series of screen commands that can later be used to
recreate the current layout. I think this will be pretty useful. Users like to
create a layout interactively, and use it again for the next session etc.
|
| |
|
|
|
| |
With mousetrack on, it's now possible to leave a mark using a left-click in
copy mode, or scroll using the scroll wheel.
|
| |
|
|
|
|
| |
Revamp the display list (in works). The future changes are expected to add full
mouse control, and perhaps some other utility functions (e.g. detaching a
display, changing permissions perhaps? etc.)
|
| |
|
|
|
| |
Avoid double encoding issue to fix displaying unicode in utf8-locale.
Fixes #18505, #26452.
|
| |
|
|
|
|
| |
Mouse tracking can be turned on/off using 'mousetrack' command. With
mouse-tracking turned on, it is possible to switch to a region
('focus') using mouse-clicks.
|
| | |
|
| |
|
|
|
|
| |
Start logging changes. This should make it much easier to update
documentation, and provide a quick summary of the list of changes to
users/developers/packagers etc.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|