Code: Select all
xterm -sb -title ./tt -e sleep 83228
Code: Select all
xterm -sb -title ./tt -e sleep 83228
You better change it from Settings|Editor|Terminal Settings and remove the single quotations from the $CMD argumentDavidGH wrote:It's in Plugin/macros.h, probably line 97.
Thank you for you help ! But you former method is no effect, so I modify the file just as DavidGH saideranif wrote: You better change it from Settings|Editor|Terminal Settings and remove the single quotations from the $CMD argument
Eran
toDavidGH wrote: It's in Plugin/macros.h, probably line 97.
Code: Select all
xterm -sb -title $(TITLE) -e $(CMD)
Code: Select all
14:06:10: Launching console: xterm -sb -title "./tt" -e sleep 88572
Code: Select all
Running program: xterm -sb -title ./tt -e ./tt