Skip to content

Commit 8e3514d

Browse files
committed
breaking change: Remove btput
This is kind of unecessary since it would encourage the use of a `tput`-like api, which is quite cryptic
1 parent f60a2f8 commit 8e3514d

File tree

5 files changed

+2
-114
lines changed

5 files changed

+2
-114
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bash library for terminal escape sequences
44

55
## Summary
66

7-
Includes standard ANSI escape sequences and a blazing-fast `tput` called `btput`. The latter is a WIP
7+
Includes functions to print standard ANSI escape sequences
88

99
## Installation
1010

basalt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lang = 'bash'
33
type = 'lib'
44
name = 'bash-term'
55
description = 'Bash library for terminal escape sequences'
6-
slug = ['term', 'btput']
6+
slug = ['term']
77
version = '0.4.1'
88
authors = ['Edwin Kofler <edwin@kofler.dev>']
99

docs/btput.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/index.md

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

33
See [bash-term](./bash-term.md)
4-
5-
See [btput](./btput.md)

pkg/src/public/btput.sh

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)