-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using \
to make newlines doesn't work
#19
Comments
? |
In a terminal, you can use backslashes to give multiple lines for one big command. |
@Moosems can you give a screenshot? Or can you assign yourself to improve this function? I really can't image how to use it. |
Is it just like: cl /Ox /Ot /favor:blend /EHsc \
/GA /nologo /LD /DEF: plugin.def plugin.c \
/w /errorReport:none /std:c17 /D "_WINDOWS" |
Yeah. In windows you use |
fixed it in #31 |
Also needs && for windows ;). |
Added it! :D |
You're epic. |
Thanks! Actally it is quite easy to add "&&"! |
So, what's wrong with the latest code? |
The backslash isn't removed so the terminal treats the chars as escaped chars. |
Can you give a screenshot or an example? @Moosems |
I'm not with my computer this week but from memory here's what happens: Moosems$ cd \
.
Unable to change to directory (insert escaped period char) |
quite strange |
It can't be, I wrote code: self.longcmd += cmd.split(self.longsymbol)[0] to cut off the |
Still keep open it. |
Will do! |
No description provided.
The text was updated successfully, but these errors were encountered: