aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses/demos/tui.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/PDCurses/demos/tui.c')
-rw-r--r--payloads/libpayload/curses/PDCurses/demos/tui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/payloads/libpayload/curses/PDCurses/demos/tui.c b/payloads/libpayload/curses/PDCurses/demos/tui.c
index 62e0d53767..41f34ba410 100644
--- a/payloads/libpayload/curses/PDCurses/demos/tui.c
+++ b/payloads/libpayload/curses/PDCurses/demos/tui.c
@@ -46,14 +46,12 @@ void rmerror(void);
# define EDITBOXCOLOR (A_BOLD | A_REVERSE)
#endif
-
#define th 1 /* title window height */
#define mh 1 /* main menu height */
#define sh 2 /* status window height */
#define bh (LINES - th - mh - sh) /* body window height */
#define bw COLS /* body window width */
-
/******************************* STATIC ************************************/
static WINDOW *wtitl, *wmain, *wbody, *wstat; /* title, menu, body, status win*/
@@ -360,7 +358,6 @@ static void cleanup(void) /* cleanup curses settings */
}
}
-
/******************************* EXTERNAL **********************************/
void clsbody(void)