diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-07-25 23:37:13 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-07-25 23:37:13 +0300 |
commit | f953c1c29de70ed54e43629222a3a170b08a42ac (patch) | |
tree | d7bebd02b80c3e8c0bf685d249cc12e3cbbfb227 /doc | |
parent | 669100aad83e3a51f140b6085d836a8260eda8d0 (diff) | |
download | ranger-f953c1c29de70ed54e43629222a3a170b08a42ac.tar.gz |
add update_icon_title option
resolves #1637
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 5a29f6e1..2f233c95 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1083,6 +1083,9 @@ Requires the python-bidi pip package. .IP "update_title [bool]" 4 .IX Item "update_title [bool]" Set a window title? +.IP "update_icon_title [bool]" 4 +.IX Item "update_icon_title [bool]" +Set an icon title? .IP "update_tmux_title [bool]" 4 .IX Item "update_tmux_title [bool]" Set the title to \*(L"ranger\*(R" in the tmux program? diff --git a/doc/ranger.pod b/doc/ranger.pod index fadd4cba..3b59c9e5 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1124,6 +1124,10 @@ Requires the python-bidi pip package. Set a window title? +=item update_icon_title [bool] + +Set an icon title? + =item update_tmux_title [bool] Set the title to "ranger" in the tmux program? |