Skip to content

Commit 39ee6ec

Browse files
committed
Fix broken fn_csi_milli_wait
1 parent 4bcf46e commit 39ee6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bui-term-csi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function fn_csi_milli_wait()
159159

160160
# we use read insted of sleep because it is a
161161
# bash builtin and sleep would be too slow
162-
read -s -N0 -t$_animate_delay
162+
read -s -N 1 -t$_animate_delay
163163
}
164164

165165
function fn_csi_get_row_pos()

0 commit comments

Comments
 (0)