about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-12 15:11:46 +0100
committerhut <hut@lavabit.com>2013-03-12 15:13:26 +0100
commit7505dd038a48a31bc8656fae2e01275bf3fe1807 (patch)
treec0f167bb7c29f2ecdf6f348b0463aa921678734c
parent6154e8d6fb204f13c637df275718f978010df33a (diff)
downloadranger-7505dd038a48a31bc8656fae2e01275bf3fe1807.tar.gz
container.settings: added notice that "show_cursor" aint working
-rw-r--r--ranger/container/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/settings.py b/ranger/container/settings.py
index 23d20412..bec366df 100644
--- a/ranger/container/settings.py
+++ b/ranger/container/settings.py
@@ -34,7 +34,7 @@ ALLOWED_SETTINGS = {
     'save_console_history': bool,
     'scroll_offset': int,
     'shorten_title': int,
-    'show_cursor': bool,
+    'show_cursor': bool,  # TODO: not working?
     'show_hidden_bookmarks': bool,
     'show_hidden': bool,
     'sort_case_insensitive': bool,