termux-app/app/src/main
Trygve Aaberge 5f71e3e73a Join lines that fills the width when selecting urls
Some terminal applications, like mutt and weechat, prints a newline at
the end of each line even if text is wrapped. This causes urls which are
wrapped to not be selectable in full.

By ignoring newlines when the text fills the entire width of the screen,
those urls can be selected. Many other terminal emulators do this as
well.

A drawback of this is that if a url happens to fill the width of the
screen, the url selection will include the first word of the next line,
but this doesn't happen that often so I think it's an okay tradeoff.

Fixes #313
2020-06-09 13:41:36 +03:00
..
cpp Include bootstrap zips as shared libraries 2019-10-20 20:15:50 +02:00
java/com/termux Join lines that fills the width when selecting urls 2020-06-09 13:41:36 +03:00
res Update notification icon to match launcher icon 2020-06-09 12:11:49 +03:00
AndroidManifest.xml Add Log file to view intent #1497 2020-06-09 12:31:59 +03:00