We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Programs launched in the Termux terminal cannot know the focus state of the Termux terminal Android window or the window of the terminal session.
When expecting Xterm compatible behavior:
$ echo -e "\e[?1004h" && read
Produces nothing when switching Android app or Termux terminal sessions inside Android window.
Receiving \e[I (focus-in) or \e[O (focus-out)
\e[I
\e[O
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Problem description
Programs launched in the Termux terminal cannot know the focus state of the Termux terminal Android window or the window of the terminal session.
Steps to reproduce the behavior.
When expecting Xterm compatible behavior:
$ echo -e "\e[?1004h" && read
Produces nothing when switching Android app or Termux terminal sessions inside Android window.
What is the expected behavior?
Receiving
\e[I
(focus-in) or\e[O
(focus-out)System information
The text was updated successfully, but these errors were encountered: