xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 6e574b82be6523d83c59d89f2ddffb062a0438ba

Document for which $TERM values 'title' works
Author: xaizek
Author date (UTC): 2019-07-25 17:57
Committer name: xaizek
Committer date (UTC): 2019-07-25 17:58
Parent(s): 9b9add0bc8ff890107e26deeef45823c076a3f33
Signing key: 99DC5E4DB05F6BE2
Tree: ff61fccda39bcedb10da6e39ca4a7b7499d52ffd
File Lines added Lines deleted
ChangeLog 3 0
data/man/vifm.1 10 3
data/vim/doc/app/vifm-app.txt 10 3
File ChangeLog changed (mode: 100644) (index ef6c06e58..066ac9225)
13 13 "screen-" supports terminal title. Thanks to Matthias "screen-" supports terminal title. Thanks to Matthias
14 14 Braun (a.k.a. mb720). Braun (a.k.a. mb720).
15 15
16 Documented $TERM values for which 'title' option works. Thanks to Matthias
17 Braun (a.k.a. mb720).
18
16 19 Fixed assertion failure on resetting 'classify' option when 'millerview' Fixed assertion failure on resetting 'classify' option when 'millerview'
17 20 is on (reproducing it is harder than that, but that's the idea). Patch by is on (reproducing it is harder than that, but that's the idea). Patch by
18 21 zsugabubus. zsugabubus.
File data/man/vifm.1 changed (mode: 100644) (index 57a01bff3..aa2befba0)
1 .TH VIFM 1 "July 18, 2019" "vifm 0.10.1-beta"
1 .TH VIFM 1 "July 25, 2019" "vifm 0.10.1-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... type: boolean
4606 4606 .br .br
4607 4607 default: true when title can be restored, false otherwise default: true when title can be restored, false otherwise
4608 4608 .br .br
4609 When enabled title of the terminal or terminal multiplexer's window is updated
4610 according to current location.
4609 When enabled, title of the terminal or terminal multiplexer's window is
4610 updated according to current location. Because not all terminals support
4611 setting title, this works only if `$TERM` value matches one of the following
4612 conditions:
4613 - equals "xterm" or starts with "xterm-"
4614 - equals "rxvt" or starts with "rxvt-"
4615 - equals "screen" or starts with "screen-"
4616 - equals "aterm"
4617 - equals "Eterm"
4611 4618 .TP .TP
4612 4619 .BI 'trash' .BI 'trash'
4613 4620 type: boolean type: boolean
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 8d1026080..cb0e0209c)
1 *vifm-app.txt* For Vifm version 0.10.1-beta Last change: 2019 Jul 18
1 *vifm-app.txt* For Vifm version 0.10.1-beta Last change: 2019 Jul 25
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... title
3868 3868 type: boolean type: boolean
3869 3869 default: true when title can be restored, false otherwise default: true when title can be restored, false otherwise
3870 3870
3871 When enabled title of the terminal or terminal multiplexer's window is
3872 updated according to current location.
3871 When enabled, title of the terminal or terminal multiplexer's window is
3872 updated according to current location. Because not all terminals support
3873 setting title, this works only if `$TERM` value matches one of the following
3874 conditions:
3875 - equals "xterm" or starts with "xterm-"
3876 - equals "rxvt" or starts with "rxvt-"
3877 - equals "screen" or starts with "screen-"
3878 - equals "aterm"
3879 - equals "Eterm"
3873 3880
3874 3881 *vifm-'tuioptions'* *vifm-'to'* *vifm-'tuioptions'* *vifm-'to'*
3875 3882 tuioptions to tuioptions to
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master