termux-app/app/src/main/java/com/termux/app
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
..
BackgroundJob.java Add PendingIntent in TermuxService to return data from execution 2020-01-05 01:07:11 +01:00
BellUtil.java Change method name 'with' to 'getInstance' 2019-08-18 20:30:34 +02:00
DialogUtils.java Enable java 8 2018-09-29 00:49:05 +02:00
ExtraKeysInfos.java Improvements to extra keys (#1479) 2020-06-09 12:17:07 +03:00
ExtraKeysView.java Improvements to extra keys (#1479) 2020-06-09 12:17:07 +03:00
TermuxActivity.java Join lines that fills the width when selecting urls 2020-06-09 13:41:36 +03:00
TermuxHelpActivity.java replace help url with wiki url 2017-09-26 18:14:19 +02:00
TermuxInstaller.java Merge remote-tracking branch 'remotes/origin/master' 2019-12-19 00:43:45 +08:00
TermuxOpenReceiver.java fix termux/termux-app#995 on the java side 2019-02-13 22:50:29 +01:00
TermuxPreferences.java Improvements to extra keys (#1479) 2020-06-09 12:17:07 +03:00
TermuxService.java Add PendingIntent in TermuxService to return data from execution 2020-01-05 01:07:11 +01:00
TermuxViewClient.java Allow the user to disable virtual key emulation. 2020-01-06 10:21:32 +01:00