Fix docpack shortcut for sysfuncs in text editors #222

Merged
mxlgv merged 1 commits from dunkaist/kolibrios:dunkaist-pr-fix-docpack-sysfuncs-tinypad-cedit into main 2025-04-30 11:44:54 +02:00

1 Commits

Author SHA1 Message Date
cd1c2ce969 Fix docpack shortcut for sysfuncs in text editors
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Successful in 6m54s
Docpack app has several help files included. Tinypad and CEdit run the
app to show one of sysfuncs.txt/sysfuncr.txt files. The text editors
pass a one-letter argument to specify the text file. It used to be 'f'
for sysfuncs, it has become 'e' recently. Update this one-letter
argument both in tinypad and cedit.

Resolve #216
2025-04-30 01:50:46 +01:00