feat: clear screen & redraw

New keymap key to clear the screen & redraw. Useful if gui shows any glitches
This commit is contained in:
Jack Wills
2025-08-15 01:07:34 +00:00
parent eb686e2c95
commit 50edbc0cc0
19 changed files with 294 additions and 230 deletions
+4
View File
@@ -166,6 +166,10 @@
// Toggle visibility of the log section
"log_section_toggle": [
"\\"
],
// Force a complete clear & redraw of the screen
"force_redraw": [
"f"
]
},
////////////////////