Improve getXTermFont() and getXTermTitle()
This commit is contained in:
parent
24e52e968e
commit
c26b84b10a
|
@ -1503,7 +1503,6 @@ void FTerm::init()
|
||||||
setNonBlockingInput();
|
setNonBlockingInput();
|
||||||
xterm_font = new FString(getXTermFont());
|
xterm_font = new FString(getXTermFont());
|
||||||
xterm_title = new FString(getXTermTitle());
|
xterm_title = new FString(getXTermTitle());
|
||||||
::printf("(%s)",xterm_title->c_str()); fflush(stdout); sleep(2);
|
|
||||||
unsetNonBlockingInput();
|
unsetNonBlockingInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue