summary refs log tree commit diff stats
path: root/ranger/gui/widgets/pager.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-05 18:16:06 +0200
committerhut <hut@lavabit.com>2011-10-05 18:16:06 +0200
commit506fbaa36f58c93230f1dee7631d336ccc6ca223 (patch)
tree1d5e1af6024c83f3080708cee7a0af74c91a56bb /ranger/gui/widgets/pager.py
parent240394a494b0bbb854687a34941bf90a5ccd5b4d (diff)
downloadranger-506fbaa36f58c93230f1dee7631d336ccc6ca223.tar.gz
removed doc/TODO; use "make todo"
Diffstat (limited to 'ranger/gui/widgets/pager.py')
-rw-r--r--ranger/gui/widgets/pager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/gui/widgets/pager.py b/ranger/gui/widgets/pager.py
index a95d3254..23b18a99 100644
--- a/ranger/gui/widgets/pager.py
+++ b/ranger/gui/widgets/pager.py
@@ -22,6 +22,7 @@ from . import Widget
 from ranger.gui import ansi
 from ranger.ext.direction import Direction
 
+# TODO: Scrolling in embedded pager
 class Pager(Widget):
 	source = None
 	source_is_stream = False