A text editor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Adam Veldhousen def28180f2
got backspace and enter working
4 years ago
.gitignore initial commit 4 years ago
README.md working on backspace, delete and enter key behavior 4 years ago
file.go got backspace and enter working 4 years ago
go.mod initial commit 4 years ago
go.sum initial commit 4 years ago
input.go got backspace and enter working 4 years ago
main.go got backspace and enter working 4 years ago
makefile working on backspace, delete and enter key behavior 4 years ago
ui.go got backspace and enter working 4 years ago

README.md

Pound

A text editor - following along with this: https://viewsourcecode.org/snaptoken/kilo/03.rawInputAndOutput.html

Tips

Want to add a binding (e.g. "PageUp") but are unsure what the X sequence (e.g. "\x1b[5~") is? Open another terminal (like xterm) without tmux, then run showkey -a to get the sequence associated to a key combination.

License

GPL3