We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dfc31 commit e0cb78aCopy full SHA for e0cb78a
README.md
@@ -1,6 +1,6 @@
1
# bash-tty
2
3
-`tput` is slow as a dog. Terminfo database from ncurses version `6.3`
+`tput` is slow as a dog due to subshell and exec overhead. Use functions like `tty.clear_screen` instead
4
5
## Installation
6
@@ -12,8 +12,7 @@ basalt add 'hyperupcall/bash-tty'
12
13
## Roadmap
14
15
-- Handle terminal attributes with formatting
16
-- Dont codegen for terminals older than your mother
+- Add layer that accepts same strings are `tput`
17
18
## References
19
0 commit comments