diff options
author | hut <hut@lavabit.com> | 2010-03-08 18:21:09 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-08 19:06:38 +0100 |
commit | 014c539270f8e31a1b3ff0aea57c00eadd67a9d3 (patch) | |
tree | 7351eaeae8faa2f213a0b7a15a54693c209971af | |
parent | b0be0b379601719ad84d88569d58f7d31f5b17fe (diff) | |
download | ranger-014c539270f8e31a1b3ff0aea57c00eadd67a9d3.tar.gz |
disabled title drawing by default (buggy?)
In tty1 or other terminals without title, this would print the current directory at the pointer position (on the screen) on every redraw. Let's see if there's a way to fix that
-rw-r--r-- | ranger/defaults/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index 98329b3c..690296f0 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -38,7 +38,7 @@ directories_first = True show_hidden = False collapse_preview = True autosave_bookmarks = True -update_title = True +update_title = False show_cursor = False |