Skip to content

Commit e0cb78a

Browse files
committed
docs: Fix wording
1 parent e7dfc31 commit e0cb78a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bash-tty
22

3-
`tput` is slow as a dog. Terminfo database from ncurses version `6.3`
3+
`tput` is slow as a dog due to subshell and exec overhead. Use functions like `tty.clear_screen` instead
44

55
## Installation
66

@@ -12,8 +12,7 @@ basalt add 'hyperupcall/bash-tty'
1212

1313
## Roadmap
1414

15-
- Handle terminal attributes with formatting
16-
- Dont codegen for terminals older than your mother
15+
- Add layer that accepts same strings are `tput`
1716

1817
## References
1918

0 commit comments

Comments
 (0)