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 698f5a0 commit f7cbe5dCopy full SHA for f7cbe5d
lsix
@@ -83,7 +83,7 @@ autodetect() {
83
stty -echo # Hush-a Mandara Ni Pari
84
85
# IS TERMINAL SIXEL CAPABLE? # Send Device Attributes
86
- IFS=";" read -a REPLY -s -t 1 -d "c" -p $'\e[c' >&2
+ IFS=";?c" read -a REPLY -s -t 1 -d "c" -p $'\e[c' >&2
87
for code in "${REPLY[@]}"; do
88
if [[ $code == "4" ]]; then
89
hassixel=yup
0 commit comments