change statusbar text
All checks were successful
build_test / build (push) Successful in 3m11s

This commit is contained in:
PoliEcho 2025-07-13 22:35:22 +02:00
parent 872c842e7c
commit 5c91ace69b

View File

@ -26,9 +26,9 @@ section .rodata
home_cursor: db ESC_CHAR, "[H", 0
statusbar: db ESC_CHAR, "[32;100m", "Use arrow keys to move cursor, enter to invert cell j/k to change simulation speed, p to simulation. SPEED:", 0
statusbar: db ESC_CHAR, "[32;100m", "Use arrow keys to move cursor, enter to invert cell j/k to change simulation speed, p to simulation. Frame Delay multiplier:", 0
statusbarLen: equ $-statusbar
START_STOP_pos: equ statusbarLen-25
START_STOP_pos: equ statusbarLen-42
start_str: db "START", 0