diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/edit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index f0aa77e1..f396ba80 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -2637,6 +2637,7 @@ vedit(char *fpath, int saveheader, int *islocal) break; case KEY_F5: prompt_goto_line(); + curr_buf->redraw_everything = YEA; break; case KEY_F8: t_users(); @@ -2682,6 +2683,7 @@ vedit(char *fpath, int saveheader, int *islocal) case 'L': case 'J': prompt_goto_line(); + curr_buf->redraw_everything = YEA; break; case ']': match_paren(); |