Skip to content

Commit e7dfc31

Browse files
committed
feat: Implement many necessary escape sequences
I don't know why I tried to parse the terminfo database. Essentially nearly all of those entries are irrelevant
1 parent 811ad1e commit e7dfc31

File tree

6 files changed

+233
-216225
lines changed

6 files changed

+233
-216225
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
root = true
22

3-
[*.{sh,bash,bats},bin/*] # TODO: not clean enough
3+
[*]
44
indent_style = tab
55
end_of_line = lf
66
charset = utf-8

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ basalt add 'hyperupcall/bash-tty'
1313
## Roadmap
1414

1515
- Handle terminal attributes with formatting
16+
- Dont codegen for terminals older than your mother
17+
18+
## References
19+
20+
- [vtasni.html](https://www2.ccs.neu.edu/research/gpc/VonaUtils/vona/terminal/vtansi.htm)
21+
- [asnci-escapes](https://github.com/sindresorhus/ansi-escapes/blob/main/index.js)

0 commit comments

Comments
 (0)