Akuli / porcupine

A decent editor written in tkinter
MIT License
162 stars 49 forks source link

Fix trailing newline #1518

Closed Moosems closed 1 month ago

Moosems commented 1 month ago

Checks that the file has a character to reference (if there is no second character in the file, it will never equal the newline so we have to account for that)

Fixes #1505

Moosems commented 1 month ago

Fixes #1505