summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-01 08:04:37 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-01 08:04:37 +0000
commit6c2af7c2aa8afde380b5a5f7c606c49dd38bef18 (patch)
treeb310ecf6d3f9850d322bff9fa0d4b0f8dd3107fb /apps/settings.c
parent977aa614ba4d6a5515a8b0bb8353772f7e883397 (diff)
downloadrockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.gz
rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.zip
On popular demand, the arrow cursor is reintroduced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index f6c9d4f929..6649ce3f89 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -78,7 +78,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
78#include "pcm_playback.h" 78#include "pcm_playback.h"
79#endif 79#endif
80 80
81#define CONFIG_BLOCK_VERSION 27 81#define CONFIG_BLOCK_VERSION 26
82#define CONFIG_BLOCK_SIZE 512 82#define CONFIG_BLOCK_SIZE 512
83#define RTC_BLOCK_SIZE 44 83#define RTC_BLOCK_SIZE 44
84 84
@@ -220,6 +220,7 @@ static const struct bit_entry rtc_bits[] =
220 {1, S_O(invert), false, "invert", off_on }, 220 {1, S_O(invert), false, "invert", off_on },
221 {1, S_O(flip_display), false, "flip display", off_on }, 221 {1, S_O(flip_display), false, "flip display", off_on },
222 /* display */ 222 /* display */
223 {1, S_O(invert_cursor), false, "invert cursor", off_on },
223 {1, S_O(statusbar), true, "statusbar", off_on }, 224 {1, S_O(statusbar), true, "statusbar", off_on },
224 {1, S_O(scrollbar), true, "scrollbar", off_on }, 225 {1, S_O(scrollbar), true, "scrollbar", off_on },
225#if CONFIG_KEYPAD == RECORDER_PAD 226#if CONFIG_KEYPAD == RECORDER_PAD