mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Fix minor Android Studio inspection warnings
This commit is contained in:
@@ -1738,7 +1738,7 @@ public final class TerminalEmulator {
|
||||
default:
|
||||
// The ESC character was not followed by a \, so insert the ESC and
|
||||
// the current character in arg buffer.
|
||||
collectOSCArgs((byte) 033);
|
||||
collectOSCArgs(27);
|
||||
collectOSCArgs(b);
|
||||
continueSequence(ESC_OSC);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user