Terminal emulator written in Go and Gio
Stars
15
Forks
2
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
87
commits
fix parser tests
e77d027
remove fill screen helper script
8acfe67
update readme with the new screencast + add v100.net CSI overview
50906a2
add new gritty screencast
391dd1e
implement CSI L + fix scroll area overflow for CSI M
0cdb814
implement CSI M
d2c0419
implement CSI P
6427151
print new lines at the end of some debug statements
a028203
backspace key is supposed to send ASCII DEL, not BS
47a8af6
fix line wrapping issue when CR/LF
d8ce5ac
each operation contains the bytes that produced it
e31572a
fix esc intermediate sequences + add default color OSG
dc8c110
implement SGR color support
ba6fc4c
introduce custom color struct
7d19ea8
add link to Gio installation to readme
332814b