Diff between a528bdce68981d4093fa179d24f749457576c1b5 and e65dadec36909e26b4f44c1a776898e26ef9aec3

Changed Files

File Additions Deletions Status
android/client/history.c +2 -2 modified

Full Patch

diff --git a/android/client/history.c b/android/client/history.c
index 3dae27a..ca4664c 100644
--- a/android/client/history.c
+++ b/android/client/history.c
@@ -24,8 +24,8 @@
 
 /* Very simple history storage for easy usage of tool */
 
-#define HISTORY_DEPTH 20
-#define LINE_SIZE 100
+#define HISTORY_DEPTH 40
+#define LINE_SIZE 200
 static char lines[HISTORY_DEPTH][LINE_SIZE];
 static int last_line = 0;
 static int history_size = 0;