:: commit 0ec3939b6c44c889ff08777251d0a52869b1426e

mintsuki <mintsuki@protonmail.com> — 2022-12-16 02:41

parents: 042a075923

lib/gterm: Remove now-useless full_refresh() call

diff --git a/common/lib/gterm.c b/common/lib/gterm.c
index 3c5ca71c..4d288702 100644
--- a/common/lib/gterm.c
+++ b/common/lib/gterm.c
@@ -819,7 +819,6 @@ no_load_font:;
     term->in_bootloader = true;
 
     term_context_reinit(term);
-    term->full_refresh(term);
 
     term_backend = GTERM;
 
tab: 248 wrap: offon