Open andruska opened 1 year ago
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
+1
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