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) ...@@ -247,7 +247,7 @@ do_curses(struct VSL_data *vd)
raw(); raw();
noecho(); noecho();
nonl(); nonl();
intrflush(stdscr, false); intrflush(stdscr, FALSE);
curs_set(0); curs_set(0);
erase(); erase();
for (;;) { for (;;) {
......
...@@ -78,7 +78,7 @@ do_curses(struct varnish_stats *VSL_stats, int delay) ...@@ -78,7 +78,7 @@ do_curses(struct varnish_stats *VSL_stats, int delay)
raw(); raw();
noecho(); noecho();
nonl(); nonl();
intrflush(stdscr, false); intrflush(stdscr, FALSE);
curs_set(0); curs_set(0);
erase(); erase();
......
...@@ -201,7 +201,7 @@ do_curses(struct VSL_data *vd) ...@@ -201,7 +201,7 @@ do_curses(struct VSL_data *vd)
raw(); raw();
noecho(); noecho();
nonl(); nonl();
intrflush(stdscr, false); intrflush(stdscr, FALSE);
curs_set(0); curs_set(0);
erase(); erase();
for (;;) { 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