Skip to content

Commit

Permalink
util (modifyOtherKeys): work around delayed terminal identification
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 24, 2022
1 parent aaa74b5 commit f8aeb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.sh
Expand Up @@ -3413,7 +3413,7 @@ function ble/term/modifyOtherKeys/.update {
((_ble_term_modifyOtherKeys_current>=2)) &&
ble/util/buffer $'\e[<u' ;;
(2) # push keyboard mode
((_ble_term_modifyOtherKeys_current>=2)) &&
((_ble_term_modifyOtherKeys_current>=2)) ||
ble/util/buffer $'\e[>1u' ;;
esac
else
Expand Down

0 comments on commit f8aeb51

Please sign in to comment.