- Write code for the graphical terminal widget

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@315 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-10 20:44:48 +00:00
parent be3de1dade
commit d6a19ca35d
6 changed files with 57 additions and 18 deletions

View file

@ -61,7 +61,7 @@ main(int argc, char* argv[])
filenames.insert(filenames.begin(), a_ptr, a_ptr+a_count);
}
*/
//start_gui(argc, argv);
start_gui(argc, argv);
//SMOKE-TEST for backend classes
cout << "\n\n********************************";