diff options
-rw-r--r-- | src/textadept.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textadept.c b/src/textadept.c index 53b1b7ab..06d4a98a 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -2271,6 +2271,8 @@ int main(int argc, char **argv) { gtk_main(); #endif #elif NCURSES + scintilla_refresh(focused_view); + // Ignore some termios (from GNU Nano). tcgetattr(0, &term); term.c_iflag &= ~IEXTEN, term.c_iflag &= ~IXON; |