diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 2f6c2470..28f1135b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -581,6 +581,7 @@ void clrtoeol (void); void clrtobot (void); void clrtoln (int ln); void refresh (void); +void doupdate (void); void redrawwin (void); void scroll (void); void rscroll (void); |