A text editor
 
 
Go to file
Adam Veldhousen def28180f2
got backspace and enter working
2020-04-25 01:45:44 -05:00
.gitignore initial commit 2020-04-09 18:17:05 -05:00
README.md working on backspace, delete and enter key behavior 2020-04-23 23:51:26 -05:00
file.go got backspace and enter working 2020-04-25 01:45:44 -05:00
go.mod initial commit 2020-04-09 18:17:05 -05:00
go.sum initial commit 2020-04-09 18:17:05 -05:00
input.go got backspace and enter working 2020-04-25 01:45:44 -05:00
main.go got backspace and enter working 2020-04-25 01:45:44 -05:00
makefile working on backspace, delete and enter key behavior 2020-04-23 23:51:26 -05:00
ui.go got backspace and enter working 2020-04-25 01:45:44 -05:00

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