mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 08:02:34 -05:00
text viewer: can selected scroll by column/scroll by screen for the horizontal screen.
Viewer Options: "Scrollbar", "Overlap Pages", "Auto-Scroll Speed" move to Scroll Settings > Vertical. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04fd0ce374
commit
1ce70a679c
9 changed files with 134 additions and 72 deletions
|
|
@ -71,9 +71,14 @@ struct tv_preferences {
|
|||
} footer_mode;
|
||||
|
||||
enum {
|
||||
PAGE=0,
|
||||
SCREEN = 0,
|
||||
COLUMN,
|
||||
} horizontal_scroll_mode;
|
||||
|
||||
enum {
|
||||
PAGE = 0,
|
||||
LINE,
|
||||
} scroll_mode;
|
||||
} vertical_scroll_mode;
|
||||
|
||||
int autoscroll_speed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue