Odd prompt behaviour #260
pjfichet
started this conversation in
Script help
Replies: 1 comment
-
Hi, You need to escape the %1. Your current %1 is treated as the argument for the #alias, so you need to use %%1 so it's treated as the argument for #prompt:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
When I enter my prompt request manually in my tintin window, it works perfectly. But when I call the exact same line from a script, the prompt is correctly gagged from the scrolling region, but never printed on the split line.
Isn't that odd? I can't figure what I'm doing wrong.
My test usage from a file is simple:
Beta Was this translation helpful? Give feedback.
All reactions