mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Ide: TheIDE now prints which key needs to be pressed (enter) to close the termianl window after application execution. Thanks ptkacz for spotting the problem.
git-svn-id: svn://ultimatepp.org/upp/trunk@11610 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6da87eb305
commit
67ccfca432
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ void LocalHost::Launch(const char *_cmdline, bool console)
|
|||
FileStream out(script, FileStream::CREATE, 0777);
|
||||
out << "#!/bin/sh\n"
|
||||
<< cmdline << '\n'
|
||||
<< "echo \"<--- Finished, press any key to close the window --->\"\nread dummy\n";
|
||||
<< "echo \"<--- Finished, press enter to close the window --->\"\nread dummy\n";
|
||||
cmdline = LinuxHostConsole + " sh " + script;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue