Improve getXTermFont() and getXTermTitle()

This commit is contained in:
Markus Gans 2015-10-17 20:41:16 +02:00
parent 24e52e968e
commit c26b84b10a
1 changed files with 0 additions and 1 deletions

View File

@ -1503,7 +1503,6 @@ void FTerm::init()
setNonBlockingInput();
xterm_font = new FString(getXTermFont());
xterm_title = new FString(getXTermTitle());
::printf("(%s)",xterm_title->c_str()); fflush(stdout); sleep(2);
unsetNonBlockingInput();
}