diff options
author | 2012-06-24 12:09:53 -0400 | |
---|---|---|
committer | 2012-06-24 12:09:53 -0400 | |
commit | 2ec5985f9c645fb53c0c327c1fbd514e68c614a7 (patch) | |
tree | 300b52053ed47f5cf1cd3f533a09a2f0816bf6f7 /src | |
parent | 73699db214f70901d642866f4233fbc99fa792a6 (diff) | |
download | textadept-2ec5985f9c645fb53c0c327c1fbd514e68c614a7.tar.gz textadept-2ec5985f9c645fb53c0c327c1fbd514e68c614a7.zip |
Refresh the ncurses Scintilla window more accurately; src/textadept.c
Diffstat (limited to 'src')
-rw-r--r-- | src/textadept.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/textadept.c b/src/textadept.c index fe87a735..624cec61 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -2271,8 +2271,7 @@ int main(int argc, char **argv) { l_close(lua); break; } else quit = FALSE; - wrefresh(scintilla_get_window(focused_view)); - redrawwin(scintilla_get_window(focused_view)); + scintilla_refresh(focused_view); } endwin(); termkey_destroy(tk); |