-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sure blinking cursor works? #2138
Comments
Thanks, confirmed. Likely e119d34 broke this. I guess need to start it either on |
It stops bilinking also doing this:
|
Thanks. I can't reproduce that on android 7 device and android 10 avd, but hopefully, cases like that should be fixed with the way I'm doing it now. I have fixed locally, will push soon. |
Just for completeness... @agnostic-apollo wrote:
That behavior happens on the device with android 11... |
For me on Android 9 it only stops blinking when i have more then one session open and as soon as i close a session the cursor stops blinking, but it disappears if it is the first prompt and comes back without blinking on the next prompt |
Can confirm this as well. Will look into it. |
…t again if termux activity is started after device display timeout with double tap and not power button. Fixes termux#2138
…t again if termux activity is started after device display timeout with double tap and not power button. Fixes termux#2138
Here I have v. 0.114 and in the
termux.properties
I addedterminal-cursor-blink-rate=600
and restarted Termux. The cursor blinks until the device goes to sleep; then it stops bilinking until the next Termux start. This happens both on device wit Android 8.1 and that with android 11...The text was updated successfully, but these errors were encountered: