Deleted Added
full compact
menubox.c (3516) menubox.c (3740)
1/*
2 * menubox.c -- implements the menu box
3 *
4 * AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2

--- 5 unchanged lines hidden (view full) ---

14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21
1/*
2 * menubox.c -- implements the menu box
3 *
4 * AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2

--- 5 unchanged lines hidden (view full) ---

14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21
22#include "dialog.priv.h"
23#include <dialog.h>
22#include <dialog.h>
23#include "dialog.priv.h"
24
25
26static void print_item(WINDOW *win, unsigned char *tag, unsigned char *item, int choice, int selected);
27
28
29static int menu_width, tag_x, item_x;
30
31

--- 280 unchanged lines hidden ---
24
25
26static void print_item(WINDOW *win, unsigned char *tag, unsigned char *item, int choice, int selected);
27
28
29static int menu_width, tag_x, item_x;
30
31

--- 280 unchanged lines hidden ---