From b32f32675e5673f6b138eff71f6f4bcbdb7415e1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 12 Jul 2012 13:40:41 -0400 Subject: Refresh the ncurses Scintilla window on startup; src/textadept.c --- src/textadept.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/textadept.c') 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; -- cgit v1.2.3