mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
don't clean the screen at the end
This commit is contained in:
parent
cf617adc39
commit
ee9c1f6531
1 changed files with 1 additions and 3 deletions
|
@ -73,9 +73,7 @@ public class SpeedTestConnection extends Thread {
|
|||
line=reader.readLine();
|
||||
|
||||
// read some bytes
|
||||
if(line==null) {
|
||||
fControl.displayTextInTerminal("\033[2J\033c"+info);
|
||||
} else {
|
||||
if(line!=null) {
|
||||
os.write(line.getBytes("UTF-8"));
|
||||
os.write(crnl);
|
||||
n+=line.length();
|
||||
|
|
Loading…
Add table
Reference in a new issue