aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsddialog/lib/barbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsddialog/lib/barbox.c')
-rw-r--r--contrib/bsddialog/lib/barbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bsddialog/lib/barbox.c b/contrib/bsddialog/lib/barbox.c
index b6bfe32fc0aa..71759839a709 100644
--- a/contrib/bsddialog/lib/barbox.c
+++ b/contrib/bsddialog/lib/barbox.c
@@ -327,7 +327,7 @@ do_mixedgauge(struct bsddialog_conf *conf, const char *text, int rows, int cols,
wrefresh(bar);
- /* getch(); port ncurses shows nothing */
+ /* getch(); alternate mode (port devel/ncurses) shows nothing */
delwin(bar);
end_dialog(conf, shadow, widget, textpad);