This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f97a2944aedc25a0b21059b9b6ab316f7243d76d
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
f97a2944ae
pass time parameter in normal-delete.sml
2025-08-20 13:00:36 +01:00
..
normal-delete.sml
pass time parameter in normal-delete.sml
2025-08-20 13:00:36 +01:00
normal-mode.sml
refactor command-parsing code for normal mode, so that non-character events (KEY_ESC, RESIZE_EVENT, WITH_SEARCH_LIST) are dealt with at the beginning, and that the remainder of the parsing code looks at the current string and the new character typed. This is safe because pattern matching on the other commands (KEY_ESC, RESIZE_EVENT, WITH_SEARCH_LIST) always calls the same functions.
2025-08-08 23:23:40 +01:00
normal-move.sml
formating
2025-08-20 12:51:31 +01:00