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
c21d1b820571faf38e0eceae4f9f29ad25abd51d
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
c21d1b8205
progress fixing compile errors resulting from adding 'bufferModifyTime' field (fixed normal-mode move expressions)
2025-08-20 12:50:39 +01:00
..
normal-delete.sml
add d% motion for deleting a matching pair
2025-08-08 07:30:39 +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
progress fixing compile errors resulting from adding 'bufferModifyTime' field (fixed normal-mode move expressions)
2025-08-20 12:50:39 +01:00