mirror of
https://github.com/fankes/termux-app.git
synced 2025-12-13 05:01:07 +08:00
Fixed: Fix shared terminal transcript joining back lines
Regression of370ac2bdcaused in5f71e3e7by the (in)famous @trygveaa
This commit is contained in:
@@ -54,7 +54,7 @@ public final class TerminalBuffer {
|
||||
}
|
||||
|
||||
public String getSelectedText(int selX1, int selY1, int selX2, int selY2, boolean joinBackLines) {
|
||||
return getSelectedText(selX1, selY1, selX2, selY2, true, false);
|
||||
return getSelectedText(selX1, selY1, selX2, selY2, joinBackLines, false);
|
||||
}
|
||||
|
||||
public String getSelectedText(int selX1, int selY1, int selX2, int selY2, boolean joinBackLines, boolean joinFullLines) {
|
||||
|
||||
Reference in New Issue
Block a user