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
01213fb2fb465d6468e0756c25baff6621c39089
sml-projects
/
fcore
History
Humza Shahid
01213fb2fb
fix bug with tillNextChr which would place cursor on a newline
2024-10-26 16:20:24 +01:00
..
app-type.sml
add mode type to app type (equivalent of vi's normal mode, visual mode, insert mode, etc.)
2024-10-26 04:46:05 +01:00
app-update.sml
address edge case when '0' is input, because '0' may either be a count if some number preceded it, or else it is a command to go the start of the line
2024-10-26 11:04:04 +01:00
app-with.sml
progress parsing normal mode commands
2024-10-26 06:01:48 +01:00
cursor.sml
fix bug with tillNextChr which would place cursor on a newline
2024-10-26 16:20:24 +01:00
text-builder.sml
improve code to move rightwards in cursor.sml (making it clearer with comments), and improve code to draw cursor at newline in text=builder.sml
2024-10-17 08:40:28 +01:00