about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-12-31 14:52:08 +0100
committertoonn <toonn@toonn.io>2019-12-31 14:55:21 +0100
commitfc45daadf794a55f5ccd0eacbc9c686b70b0ad4f (patch)
tree6e8d44f665246eb0af95ad6ed2ddbe96cba19fc0 /doc
parent280f459046cbc276b523301b68b4ae5dcc95d9f5 (diff)
downloadranger-fc45daadf794a55f5ccd0eacbc9c686b70b0ad4f.tar.gz
Refactor handle_multiplexer
Split the method into name changing and resetting methods.

`screen -Q` is relatively new so resetting the screen title won't work
on systems with an older version, macOS for example.

Fixes #1739
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.14
-rw-r--r--doc/ranger.pod6
2 files changed, 3 insertions, 7 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 5324ccc3..ceb44098 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.2" "2019-12-30" "ranger manual"
+.TH RANGER 1 "ranger-1.9.2" "2019-12-31" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1176,7 +1176,7 @@ Requires the python-bidi pip package.
 Set a window title? Updates both the \fI\s-1WM_NAME\s0\fR and \fI\s-1WM_ICON_NAME\s0\fR properties.
 .IP "update_tmux_title [bool]" 4
 .IX Item "update_tmux_title [bool]"
-Set the tmux \fIwindow-name\fR to \*(L"ranger\*(R"?
+Set the tmux/screen \fIwindow-name\fR to \*(L"ranger\*(R"?
 .IP "use_preview_script [bool] <zv>" 4
 .IX Item "use_preview_script [bool] <zv>"
 Use the preview script defined in the setting \fIpreview_script\fR?
diff --git a/doc/ranger.pod b/doc/ranger.pod
index a7f07ffc..b2ce21e1 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1266,11 +1266,7 @@ Set a window title? Updates both the I<WM_NAME> and I<WM_ICON_NAME> properties.
 
 =item update_tmux_title [bool]
 
-Set the tmux I<window-name> to "ranger"?
-
-=item update_screen_title [bool]
-
-Set the title to "ranger" in the screen program?
+Set the tmux/screen I<window-name> to "ranger"?
 
 =item use_preview_script [bool] <zv>