forked from bugwhisperer/uwu
Simple, cute text editor nyaaaa 🐈
- C 98.8%
- Makefile 1.2%
|
Katie Keller
873d97a13a
- 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 |
||
|---|---|---|
| src | keys: delete at end-of-line joins next line & reset cx to 0 for line insert | |
| .gitignore | starting setup for uwu | |
| LICENSE | add readme & license | |
| Makefile | error on warnings & rm unused vars | |
| README.md | add readme & license | |
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. 😉