sim

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

commit 06d88ffe6a4dab1d05e86524dcf48c78e1fbb5b7
parent a7d29f581701d878b408bfda9d2ce53c03f51ff6
Author: ssnf <ssnf@ssnf.xyz>
Date:   Tue, 28 Jan 2025 15:31:26 +0000

reformat status text

Diffstat:
Mconfig.def.h | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -1,4 +1,10 @@ -#define STATUS "%lu 0x%02x %s%c -%lu- %u", f->dot.p1, f->s->s[f->dot.p1], f->name->n ? f->name->s : "-unnamed-", f->dirty, f - file, counter +#define STATUS "%lu 0x%02x %s%c -%lu- %u" \ + , f->dot.p1 \ + , f->s->s[f->dot.p1] \ + , f->name->n ? f->name->s : "-unnamed-" \ + , f->dirty \ + , f - file \ + , counter Key keys[] = { { 'c', change },