Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kanban
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TMP=$(mktemp -t kanban.XXXXXXXX)
IS_MAC=0
[[ "$(uname)" =~ Darwin ]] && IS_MAC=1
[[ ! -n $TERM ]] && TERM=vt100
locale | grep -q "UTF-8" && UTF8=1
echo "$LANG" | grep -q "UTF-8" && UTF8=1
[[ -n $PLAIN ]] && unset UTF8
[[ ! -n $X ]] && X=$(tput cols) # get size of terminal window
[[ ! -n $Y ]] && Y=$(tput lines) #
Expand Down