diff options
author | nfnty <git@nfnty.se> | 2017-01-29 18:10:44 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-29 18:16:47 +0100 |
commit | b72003856204a4101e9e123bc149ed248b13a382 (patch) | |
tree | 1b8814dc7cc1336ae332acafec23e26f3c357fb5 /doc/ranger.1 | |
parent | 2a0af8e87cb9f2bda2857154f33ceee019bf3f9c (diff) | |
download | ranger-b72003856204a4101e9e123bc149ed248b13a382.tar.gz |
Add setting `hostname_in_titlebar`
Fixes #782
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index a26043ce..abe6f70b 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.8.1" "2017-01-24" "ranger manual" +.TH RANGER 1 "ranger-1.8.1" "2017-01-29" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -842,6 +842,9 @@ combination, e.g. \*(L"oN\*(R" to sort from Z to A. .IP "status_bar_on_top [bool]" 4 .IX Item "status_bar_on_top [bool]" Put the status bar at the top of the window? +.IP "hostname_in_titlebar [bool]" 4 +.IX Item "hostname_in_titlebar [bool]" +Show hostname in titlebar? .IP "tilde_in_titlebar [bool]" 4 .IX Item "tilde_in_titlebar [bool]" Abbreviate \f(CW$HOME\fR with ~ in the title bar (first line) of ranger? |