sim

the sim text editor
git clone git://ssnf.xyz/sim
Log | Files | Refs | README

commit e6cb2cb70b44fad1b65f8ac9f48ab53d9f998c6f
parent 5b2b4c031ad9fb766fe739f3ed767a0235179ecf
Author: ssnf <ssnf@ssnf.xyz>
Date:   Wed, 24 Aug 2022 20:37:45 +0000

fix Frame when opening another file in the same tab

Diffstat:
Msim.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sim.c b/sim.c @@ -555,6 +555,7 @@ file_load(File* f) fclose(disk); f->dot.p0 = f->dot.p1 = 0; f->i = -1; + fr_zero(fr); } static void