backslash is not correctly processed in terminal #9

Closed
opened 2026-04-15 10:04:28 +02:00 by tux · 2 comments
Owner

Observed in a session to a Linux server: when entering a command which is split into multiple lines with a backslash, e.g.

echo yay
echo yay2

the first command is executed immediately and then the prompt is filled with the 2nd one; correctly should be to use the backslash to wait for additional options, belonging to the same command

Observed in a session to a Linux server: when entering a command which is split into multiple lines with a backslash, e.g. echo yay \ echo yay2 the first command is executed immediately and then the prompt is filled with the 2nd one; correctly should be to use the backslash to wait for additional options, belonging to the same command
Author
Owner

Fixed with #63f5c9f

Fixed with #63f5c9f
Author
Owner

Version release 0.10.0

Version release [0.10.0](https://git.fiedler.live/tux/shellstation/releases/tag/v0.10.0)
tux closed this issue 2026-04-20 23:55:36 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tux/shellstation#9
No description provided.