summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryounix <web2p10@wemelug.de>2010-07-20 00:03:03 +0200
committeryounix <web2p10@wemelug.de>2010-07-20 00:03:03 +0200
commit57540d34dae0c9958068ffc2d2c6960389958aa8 (patch)
tree53fac1a61f340655a7e3c4f9dd0d58448f065cb5
parentb3d100ded7c6de3870bd454982227b47d650f7a8 (diff)
downloadpa-sink-ctl-57540d34dae0c9958068ffc2d2c6960389958aa8.tar.gz
pa-sink-ctl-57540d34dae0c9958068ffc2d2c6960389958aa8.tar.bz2
pa-sink-ctl-57540d34dae0c9958068ffc2d2c6960389958aa8.zip
interface: adding comment for box-size
-rw-r--r--src/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index 037a8ba..589343a 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -33,6 +33,7 @@ void interface_init(void)
noecho();
cbreak(); /* Line buffering disabled. pass on everything */
+ // 0,0,0,0 means fullscreen
menu_win = newwin(0, 0, 0, 0);
nodelay(menu_win, TRUE); /* important! make wgetch non-blocking */
keypad(menu_win, TRUE);