Commit 8796d0cc authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

#130: false is spelles FALSE in curses-land.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1753 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 07407f58
......@@ -247,7 +247,7 @@ do_curses(struct VSL_data *vd)
raw();
noecho();
nonl();
intrflush(stdscr, false);
intrflush(stdscr, FALSE);
curs_set(0);
erase();
for (;;) {
......
......@@ -78,7 +78,7 @@ do_curses(struct varnish_stats *VSL_stats, int delay)
raw();
noecho();
nonl();
intrflush(stdscr, false);
intrflush(stdscr, FALSE);
curs_set(0);
erase();
......
......@@ -201,7 +201,7 @@ do_curses(struct VSL_data *vd)
raw();
noecho();
nonl();
intrflush(stdscr, false);
intrflush(stdscr, FALSE);
curs_set(0);
erase();
for (;;) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment