summaryrefslogtreecommitdiff
path: root/src/digraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/digraph.c')
-rw-r--r--src/digraph.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/digraph.c b/src/digraph.c
index f37292fcd..de4ff83ef 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -2025,8 +2025,10 @@ listdigraphs(int use_headers)
ui_breakcheck();
++dp;
}
- must_redraw = CLEAR; // clear screen, because some digraphs may be
- // wrong, in which case we messed up ScreenLines
+
+ // clear screen, because some digraphs may be wrong, in which case we
+ // messed up ScreenLines
+ must_redraw = UPD_CLEAR;
}
static void