From 532c86002bb89db43094b27ec50f001ae173c650 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 1 Sep 2010 14:52:22 -0700 Subject: Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 Change-Id: I46e4d7fe76e4219207e46f19e50188e38bb932b7 --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index b8c6d1f26..01a005f80 100644 --- a/ui.c +++ b/ui.c @@ -77,7 +77,7 @@ static int gPagesIdentical = 0; 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 = 1; +static int show_text = 0; static char menu[MAX_ROWS][MAX_COLS]; static int show_menu = 0; -- cgit v1.2.3