DevLog[4] - “Movement, again”
Hi there, welcome to my personal hell. (
) It’s called movement. I have spent the last (non-consecutive) 6 hours to make something not too interesting, but not too uninteresting. (👀 )
cursor movement is extremely important for a note-taking app which currently doesn’t have planned mouse support, so I made sure to perfect (copy nano’s) it!
Over the time I also:
- Moved all cursor based functions and the terminal constraint vars into the cursor struct itself
- Seperated some code to make it easier to read/edit
- Changed function names about a thousand times (it’s hard
) - Learned the value of friendship
(/j)
I don’t really have much to show just because of the shear monotony of the task but here is a video of the weirdest bug I encountered on this journey (and probably the weirdest I ever will encounter), let’s see if you can figure out what happened :p
Comments 1
Nvm I had more panics to fix
Sign in to join the conversation.