new terminal behaves like r5 terminal, 1 terminal window per terminal application

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4257 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-08-10 06:19:16 +00:00
parent 2deca29a77
commit 11fb1b7634
+9
View File
@@ -0,0 +1,9 @@
#include <TerminalApp.h>
int
main()
{
TerminalApp terminal;
terminal.Run();
return 0;
}