From 7ac08393d59837acbec0cae07dcdaf19a4b114db Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 29 Sep 2010 21:07:42 +0200 Subject: Cosmetic changes --- ranger/core/fm.py | 1 - ranger/gui/widgets/titlebar.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ranger/core/fm.py b/ranger/core/fm.py index dfad3425..05b3e52b 100644 --- a/ranger/core/fm.py +++ b/ranger/core/fm.py @@ -35,7 +35,6 @@ from ranger.ext.signal_dispatcher import SignalDispatcher from ranger import __version__ from ranger.core.loader import Loader -CTRL_C = 3 TICKS_BEFORE_COLLECTING_GARBAGE = 100 TIME_BEFORE_FILE_BECOMES_GARBAGE = 1200 diff --git a/ranger/gui/widgets/titlebar.py b/ranger/gui/widgets/titlebar.py index 35e2e3d9..025ad95e 100644 --- a/ranger/gui/widgets/titlebar.py +++ b/ranger/gui/widgets/titlebar.py @@ -14,7 +14,7 @@ # along with this program. If not, see . """ -The titlebar is the widget at the top, giving you broad orientation. +The titlebar is the widget at the top, giving you broad overview. It displays the current path among other things. """ -- cgit 1.4.1-2-gfad0 refs log tree commit diff stats
path: root/README