[Apps/Charsets] Fixed wrong charpage button redraw and added mising asm header options
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 11m47s

This commit is contained in:
2025-04-04 12:16:51 +03:00
parent 2cbc845de1
commit ce98c2db04
2 changed files with 18 additions and 3 deletions

View File

@@ -8,6 +8,11 @@
; ================================================================
use32
org 0
; ================================================================
db 'MENUET01'
dd 1
dd START
@@ -718,9 +723,18 @@ draw_base:
mcall , <LB_SC_DN.X, LB_SC_DN.Y>, , bt_smaller
mcall , <LB_SC_UP.X, LB_SC_UP.Y>, , bt_bigger
call draw_charpage_buttons
cmp [charset], 0x90
jle .cp_bt_cp
ret
.cp_bt_utf:
call draw_charpage_buttons
jmp .cp_bt_end
.cp_bt_cp:
call draw_charpage_delete
.cp_bt_end:
ret
; changable data: current charset, charpage, chars, selection

View File

@@ -1,3 +1,5 @@
Control hotkeys
- Navigate inside charpage:
- Arrows
- Num2/4/6/8
@@ -8,4 +10,3 @@
- Change symbol scale:
- Num- and Num+