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 c259525 commit 3773e0cCopy full SHA for 3773e0c
README.md
@@ -1,4 +1,4 @@
1
-# bash-tty
+# bash-term
2
3
Bash library for terminal escape sequences
4
basalt.toml
@@ -1,7 +1,7 @@
[package]
type = 'bash'
-name = 'bash-tty'
-slug = 'tty'
+name = 'bash-term'
+slug = ['term', 'btput']
5
version = '0.3.0'
6
authors = ['Edwin Kofler <[email protected]>']
7
description = ''
pkg/src/public/bash-tput.sh renamed to pkg/src/public/bash-btput.sh
pkg/src/util/util.sh
@@ -1,10 +1,10 @@
# shellcheck shell=bash
-util.may_set_print() {
+term.util.may_set_print() {
:
}
-util.may_print() {
+term.util.may_print() {
8
if [[ -v flag_print ]]; then
9
# shellcheck disable=SC2059
10
printf "$REPLY"
0 commit comments