Skip to content

Commit 3773e0c

Browse files
committed
chore: Rename project to 'bash-term'
1 parent c259525 commit 3773e0c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bash-tty
1+
# bash-term
22

33
Bash library for terminal escape sequences
44

basalt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
type = 'bash'
3-
name = 'bash-tty'
4-
slug = 'tty'
3+
name = 'bash-term'
4+
slug = ['term', 'btput']
55
version = '0.3.0'
66
authors = ['Edwin Kofler <edwin@kofler.dev>']
77
description = ''
File renamed without changes.

pkg/src/util/util.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# shellcheck shell=bash
22

3-
util.may_set_print() {
3+
term.util.may_set_print() {
44
:
55
}
66

7-
util.may_print() {
7+
term.util.may_print() {
88
if [[ -v flag_print ]]; then
99
# shellcheck disable=SC2059
1010
printf "$REPLY"

0 commit comments

Comments
 (0)