diff options
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 3521d762..a6e20b4c 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1106,6 +1106,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 be964b37..852afcdc 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1150,6 +1150,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? |