summaryrefslogtreecommitdiffstats
path: root/src/exec.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-26 22:38:47 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-26 22:38:47 -0300
commit4b778beca97d6c62a62232cb2d92c1379db7c156 (patch)
treec5666d74280f856c27fe20b975fa04385134933a /src/exec.c
parent5e71acd525559e3eaffc955ba82ed3f92fc81551 (diff)
changed default terminal of 'plot line' to dumb
Diffstat (limited to 'src/exec.c')
-rw-r--r--src/exec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exec.c b/src/exec.c
index 9ae2c2b..d7ddf42 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -20,6 +20,9 @@ int exec_cmd (char * line) {
def_prog_mode();
endwin();
+ system("reset");
+ //reset_shell_mode();
+
int my_pipe[2];
if (pipe(my_pipe) == -1) {
sc_error("Error creating pipe");