We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f767aa commit bea2d48Copy full SHA for bea2d48
src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/PumpReader.java
@@ -414,7 +414,7 @@ public int read() throws IOException {
414
return EOF;
415
}
416
417
- return buffer.get();
+ return buffer.get() & 0xFF;
418
419
420
private boolean readUsingBuffer() throws IOException {
0 commit comments