aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-24 19:49:34 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-24 19:49:34 +0200
commitfea82c14797ef41a410c90805b64c3e9bab8a5c3 (patch)
treed6da91e295232af09a27dd4075de6a68402e8810 /README
parente2220beb7d12fce4be535955990752651796fc5c (diff)
note about scrollbars
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index fe5faac..fe7daab 100644
--- a/README
+++ b/README
@@ -37,7 +37,10 @@ WIDGET ROADMAP:
* searching in a page? not sure.. maybe we can abuse the statusbar for that too.
eg toggle it on when the user wants to search for something and then do searching in some vim-like fashion.
we don't need a gtk text entry widget, just a feedback display of what the current command is.
-
+* scrollbar? no: use keyboard shortcuts. we should however have some info about the page length and where we are.
+ -> option 1: put a percentage in the window title
+ -> option 2: everytime you hit a key to change position, temporarily make a statusbar visible and put the percentage in the statusbar.
+ what will we do with pages who are too wide? horizontal scrolling?
all of the above goes in 1 bar at the top of the program. there should be a key to toggle visibility of it and one to toggle visibilety + focus on the entrybar at once.
input welcome!