commit | 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Mon Aug 30 17:26:53 2010 -0700 |
committer | Ying Wang <wangying@google.com> | Mon Aug 30 17:26:53 2010 -0700 |
tree | c05327d377d4acd0c410d5b04829fe54e0fe96dc | |
parent | 965f9dc45345486e885b59b4776f0ca5e765ec20 [diff] [blame] |
Fix for crespo. Change-Id: I008510bf614606a46a630c7adc39464ce1143ec3
diff --git a/ui.c b/ui.c index 01a005f..b8c6d1f 100644 --- a/ui.c +++ b/ui.c
@@ -77,7 +77,7 @@ static char text[MAX_ROWS][MAX_COLS]; static int text_cols = 0, text_rows = 0; static int text_col = 0, text_row = 0, text_top = 0; -static int show_text = 0; +static int show_text = 1; static char menu[MAX_ROWS][MAX_COLS]; static int show_menu = 0;