diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1067,7 +1067,7 @@ void tnew(int col, int row) { int i; - term = (Term){}; + term = (Term){0}; term.screen[0].buffer = xmalloc(HISTSIZE * sizeof(Line)); term.screen[0].size = HISTSIZE; term.screen[1].buffer = NULL; |