termux-app/terminal-emulator/src/main
Trygve Aaberge 1a5a66d0ee Support clicking directly on a URL to open it
This allows you to click/press directly on a URL in the terminal view to
open it. It takes priority over opening the keyboard, so if you click on
a URL it is opened, and if you click anywhere else the keyboard opens
like before.

Currently, if the application in the terminal is tracking the mouse and
you click on a URL, both actions happen. The mouse event is sent to the
application, and the URL is also opened.

To enable support for this, you have to set
`terminal-onclick-url-open=true` in `termux.properties`.
2021-09-15 01:58:30 +02:00
..
java/com/termux/terminal Support clicking directly on a URL to open it 2021-09-15 01:58:30 +02:00
jni Replace "if(" with "if (" 2021-04-12 20:19:04 +05:00
AndroidManifest.xml Remove unused xmlns:android declaration 2017-06-05 22:45:15 +02:00