summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-18 23:11:26 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-18 23:11:26 +0400
commit63c7b3b87990f24df0ce0499743c013ad4e3adc9 (patch)
treee5018378bc8672b0490218bad0dd56be1a6aaa4d /st.c
parentf16e95287f10085605a340b8f8af90834d12d7b1 (diff)
zooming keybinds changed
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index d9b163e..663261a 100644
--- a/st.c
+++ b/st.c
@@ -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;