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
a10e56935efa7394e9226527252a2fb2914ac6b8
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
53082315ac
draw cursor when in NORMAL_SEARCH_MODE
2025-09-01 11:04:56 +01:00
..
normal-delete.sml
a bit of refactoring
2025-08-31 06:28:05 +01:00
normal-finish.sml
a bit of refactoring
2025-08-31 06:28:05 +01:00
normal-mode-with.sml
a bit of refactoring
2025-08-31 06:28:05 +01:00
normal-mode.sml
add searchCursorIdx field specific to NORMAL_SEARCH_MODE which we will later use to keep track of where to add/remove characters in the in-progress searchString from
2025-09-01 03:18:45 +01:00
normal-move.sml
a bit of refactoring
2025-08-31 06:28:05 +01:00
normal-search-finish.sml
draw cursor when in NORMAL_SEARCH_MODE
2025-09-01 11:04:56 +01:00
normal-search-mode-with.sml
extract reusable function which can be used when a search string is changed, in NORMAL_SEARCH_MODE
2025-09-01 02:18:23 +01:00
normal-search-mode.sml
implement backspace for normal-search-mode
2025-09-01 03:34:16 +01:00