KFAR text editor: "edit mode" can't be enabled from "view mode" #59

Open
opened 2024-03-10 22:01:58 +01:00 by Sweetbread · 1 comment
Owner

"Edit mode" can't be enabled from "view mode"


SoUrcerer

"Edit mode" can't be enabled from "view mode" --- *SoUrcerer*
Sweetbread added this to the 0.8.0.0 milestone 2024-03-10 22:01:58 +01:00
Sweetbread added the
Category/Applications
Reviewed
Confirmed
Priority
Medium
labels 2024-03-10 22:01:58 +01:00
Owner

I have no skills to fix it.
But it seems like the fix has to begin with:

kfar.asm:
line 7816 add

        dw      0x40, 0
        dd      viewer_OnKey.f6

viewer.inc
line 1533 add

.f6:
        ....
I have no skills to fix it. But it seems like the fix has to begin with: kfar.asm: line 7816 add ``` dw 0x40, 0 dd viewer_OnKey.f6 ``` viewer.inc line 1533 add ``` .f6: .... ```
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#59
No description provided.