(unitialized) make sure Terminal doesn't start fullscreen (what, you didn't like it ?)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2006-05-30 12:14:48 +00:00
parent bc201ef914
commit 3860abe353

View File

@ -85,6 +85,7 @@ TermApp::TermApp()
char title[256];
snprintf(title, sizeof(title), "Terminal %d", fWindowNumber);
fWindowTitle = title;
fStartFullscreen = false;
int i = fWindowNumber / 16;
int j = fWindowNumber % 16;