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
766ab6787cece2ebf791a542048c42452702d121
sml-projects
/
fcore
History
Humza Shahid
766ab6787c
in viL function, use 'cursorIdx + 1' instead of 'bufferIdx + ...' because what we want is to increment the cursor by one index, rather than to move the cursor to the end of the hd
2024-10-17 03:17:57 +01:00
..
app-type.sml
add cursorIdx to app type in fcore
2024-10-09 10:59:32 +01:00
app-update.sml
complete implementation of rightwards navigation (viL)
2024-10-17 02:57:26 +01:00
app-with.sml
in TextBuilder, forgot to build cursor when cursorIdx is over space, so now we build cursor when cursorIdx is over space
2024-10-17 02:14:09 +01:00
cursor.sml
in viL function, use 'cursorIdx + 1' instead of 'bufferIdx + ...' because what we want is to increment the cursor by one index, rather than to move the cursor to the end of the hd
2024-10-17 03:17:57 +01:00
text-builder.sml
in TextBuilder, forgot to build cursor when cursorIdx is over space, so now we build cursor when cursorIdx is over space
2024-10-17 02:14:09 +01:00