tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

How to launch the compiled program in a pane within Atom instead of calling an external xterm? #60

Open DudeMcGee opened 3 years ago

DudeMcGee commented 3 years ago

I would like to change gcc-make-run's behaviour to launch an external xterm window after a successful compile run. I would like the program to be run in my right panel of Atom where I have a terminal window running bash.

How can this be achieved?