We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c242762 commit 698f5a0Copy full SHA for 698f5a0
lsix
@@ -125,8 +125,6 @@ autodetect() {
125
IFS=";" read -a REPLY -s -t ${timeout} -d "S" -p $'\e[?1;1;0S' >&2
126
[[ ${REPLY[1]} == "0" ]] && numcolors=${REPLY[2]}
127
128
- # Bug workaround: mlterm does not report number of colors.
129
- if [[ $TERM =~ mlterm ]]; then numcolors=1024; fi
130
# YAFT is vt102 compatible, cannot respond to vt220 escape sequence.
131
if [[ "$TERM" == yaft* ]]; then numcolors=256; fi
132
0 commit comments