You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for:
- issue sloria#45
- issue sloria#247
Instead of sending every line directly to shlex it using a list
as a buffer for lines ending with a backslash and join them
together as one command before coninue processing.
That fixes the issue that the program dies with an exception when
a line ends with a backslash (and the quotes are note closed) but
it also leads to the behaviour that such broken lines are handle
as a single line on replay and on recording.
Hi,
I cannot use
\
to enter a line-break when using a lengthy command, e.g.Can you please advise how to fix this?
THX
The text was updated successfully, but these errors were encountered: