[dev] [PATCH] Launch scroll program with the default shell

2020-04-11 Thread Quentin Rameau
--- st.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/st.c b/st.c index e51fe15..afe82eb 100644 --- a/st.c +++ b/st.c @@ -689,9 +689,12 @@ execsh(char *cmd, char **args) if (args) { prog = args[0]; arg = NULL; - } else i

[dev] [PATCH] Launch scroll program with the default shell

2020-04-11 Thread Quentin Rameau
--- st.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/st.c b/st.c index e51fe15..fcfbb1a 100644 --- a/st.c +++ b/st.c @@ -689,14 +689,16 @@ execsh(char *cmd, char **args) if (args) { prog = args[0]; arg = NULL; - } e