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

Added config option to change Terminal #22

Closed luna-niemitalo closed 7 years ago

luna-niemitalo commented 7 years ago

Added config option to change Linux terminal from xterm to preferred one referred to "https://askubuntu.com/questions/46627/how-can-i-make-a-script-that-opens-terminal-windows-and-executes-commands-in-the" in how to use different terminals as reference.

I have only edited this 1 file, so if other files have similar cases (EX. gcc-make-run-view) i have no knowledge of it and i have not altered them to add this option.

Also done some preliminary testing to see if added config option works. (worked thus far in cases default "xterm" and "konsole")

tomlau10 commented 7 years ago

cool~ :+1: however not all terminal emulator use the same command line options :thinking: i will modify it to terminal start command on top of this change

luna-niemitalo commented 7 years ago

however not all terminal emulator use the same command line options 🤔

I have not thus far encountered situation on Linux where command would not work because i use "X" terminal...

But i am new at Linux so there is that...