Remove WEB_CALL from COL_TABLE

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2025-03-07 10:16:25 +01:00
parent 9050e47049
commit f3dc202e36
No known key found for this signature in database

View File

@ -1,5 +1,6 @@
#!/usr/bin/env sh
# Determine if terminal is capable of showing colors
if ([ -t 1 ] && [ $(tput colors) -ge 8 ]) || [ "${WEBCALL}" ]; then
if [ -t 1 ] && [ "$(tput colors)" -ge 8 ]; then
# Bold and underline may not show up on all clients
# If something MUST be emphasized, use both
COL_BOLD=''