A modern text editor inspired by Emacs.
Go to file
Matthew Gordon 304bf4da6c Fix bug in TextBufferWriter with multibyte chars
Fixed a UTF-8 decoding error that would occur if the `buf` argument to
`TextBufferWriter` ended in the middle of a multibyte character.
2025-11-10 19:52:31 -04:00
core Fix bug in TextBufferWriter with multibyte chars 2025-11-10 19:52:31 -04:00
tui Add stub TUI app 2025-10-30 20:08:50 -03:00
.gitignore Add *~ to .gitignore 2024-10-17 19:44:13 -03:00
Cargo.toml Add stub TUI app 2025-10-30 20:08:50 -03:00
LICENSE Initial commit 2024-01-01 15:06:43 +00:00
README.md Initial commit 2024-01-01 15:06:43 +00:00

README.md

ged

A modern text editor inspired by Emacs.