mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 17:42:36 -05:00
text viewer: can select the indent spaces when the line mode is reflow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b613f583d
commit
a784938b78
6 changed files with 34 additions and 18 deletions
|
|
@ -89,6 +89,8 @@ struct tv_preferences {
|
|||
NM_TOP_BOTTOM,
|
||||
} narrow_mode;
|
||||
|
||||
int indent_spaces;
|
||||
|
||||
unsigned char font_name[MAX_PATH];
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
struct font *font;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue