1
0
Fork
You've already forked uwu
0
forked from bugwhisperer/uwu
Simple, cute text editor nyaaaa 🐈
  • C 98.8%
  • Makefile 1.2%
Katie Keller 873d97a13a
keys: delete at end-of-line joins next line & reset cx to 0 for line insert
- Pressing Delete key @ end of line has no effect! Should join next line
to the current one.
- Adds EOL branch that appends next row's content, deletes the joined
line & records a JOIN_ROWS action for undo
- resets cx to 0 for new line insert (above) to avoid a new line filled
with spaces to where cursor was sitting before insert was triggered
2026年06月21日 08:14:34 -04:00
src keys: delete at end-of-line joins next line & reset cx to 0 for line insert 2026年06月21日 08:14:34 -04:00
.gitignore starting setup for uwu 2025年03月19日 21:18:17 -04:00
LICENSE add readme & license 2025年03月24日 15:06:02 -04:00
Makefile error on warnings & rm unused vars 2025年04月20日 13:39:15 -04:00
README.md add readme & license 2025年03月24日 15:06:02 -04:00

uwu 🐱

Simple, cute text editor nyaaaa 🐈

This is a project I started to learn more deeply about how terminals work as well as how to build a more complex project in C. The vision is a cute, playful, silly lil text editor that can be mostly functional. Picture Vim in your mind. Now subtract most of the features. That's uwu. 😉