mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 18:59:06 +00:00
Export TERM so tput actually sees it
This commit is contained in:
parent
3941772603
commit
370aa403ae
@ -2,7 +2,7 @@
|
||||
|
||||
shopt -s globstar nullglob
|
||||
|
||||
TERM=${TERM-xterm} # hopefully a good approximation of what github supports
|
||||
export TERM=${TERM-xterm} # hopefully a good approximation of what github supports
|
||||
reset=$(tput sgr0)
|
||||
red=$(tput setaf 1)
|
||||
green=$(tput setaf 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user