From 014c539270f8e31a1b3ff0aea57c00eadd67a9d3 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 8 Mar 2010 18:21:09 +0100 Subject: 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 --- ranger/defaults/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0