You are browsing as a guest. Sign up (or log in) to start making projects!

6h 18m 55s logged

DevLog[4] - “Movement, again”

Hi there, welcome to my personal hell. (:cryin-anim: ) 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:

  1. Moved all cursor based functions and the terminal constraint vars into the cursor struct itself
  2. Seperated some code to make it easier to read/edit
  3. Changed function names about a thousand times (it’s hard :cryin-anim: )
  4. Learned the value of friendship :blush-hole: (/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

0
34

Comments 1

@Koy

Nvm I had more panics to fix :sadge: