summaryrefslogtreecommitdiffstats
path: root/call/menu.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-07-25 21:53:29 +0200
committerRalf Baechle <ralf@linux-mips.org>2017-07-25 21:53:29 +0200
commitf4a142c0031a15f9a6532d9d910d66d3911f5adf (patch)
tree4c76c7f64e5062bd6e453b4a1fbf03be46ac8634 /call/menu.c
parentc0329673fa987eb2d493babb54c8aaa86ac7f9b3 (diff)
Compress multiple blank lines into single lines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'call/menu.c')
-rw-r--r--call/menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/call/menu.c b/call/menu.c
index 6a0613f..7de66b4 100644
--- a/call/menu.c
+++ b/call/menu.c
@@ -199,7 +199,6 @@ int p_dwn_menu(wint * wtab, menuitem * menustr, int starty, int startx)
if (c == 0x1b)
return 0;
-
if (c == KEY_RIGHT || c == KEY_LEFT)
return c;
else
@@ -235,7 +234,6 @@ void menu_write_item(WINDOW * win, int xpos, int reverse, const char st[])
wattroff(win, A_REVERSE);
}
-
int top_menu(wint * wtab, menuitem menustr[], int ystart)
{
int str_max_length = 0;