kanban.bash icon indicating copy to clipboard operation
kanban.bash copied to clipboard

tput: unknown terminfo capability 'normal'

Open kuchtamartin opened this issue 2 years ago • 3 comments

tput: unknown terminfo capability 'normal'

Appears after every invocation.

$ uname -a
Linux m4ch1n4 5.4.38-gentoo #2 SMP Fri Jun 5 14:48:09 2020 x86_64 Intel(R) Core(TM) i5 CPU 660 @ 3.33GHz GenuineIntel GNU/Linux
$ env | grep term
TERM=xterm-256color

kuchtamartin avatar Sep 25 '22 09:09 kuchtamartin

Same for me

$ uname -a
Linux C352 5.15.0-50-generic #56-Ubuntu SMP Tue Sep 20 13:23:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
$ env | grep term
TERM=xterm-256color

denalena avatar Oct 19 '22 11:10 denalena

coming probably from https://github.com/coderofsalvation/kanban.bash/blob/master/kanban#L193

sjas avatar Jan 11 '23 13:01 sjas

Changing line #193 from: 'tput cnorm -- normal' to: 'tput cnorm --'

fixed the issue for me. I've tried a decent number of regular terminals and the original fails with all.

LittleMonkeyMojo avatar Feb 14 '23 20:02 LittleMonkeyMojo