Multiline Shell prompt and variable expansion

Post Reply
kolla
Posts: 54
Joined: Wed Oct 24, 2018 10:38 am

Multiline Shell prompt and variable expansion

Post by kolla »

Code: Select all

Set var1 haha
Set var2 hehe
Prompt "*${var1}*N*${var2}"
Notice how first line of the prompt expands "*${var1}" to whatever is the content of that variable is, while second line just sats literally "${var2}".

I want to variables to be expanded also on second (or third, or fourth, or ...) line of the prompt.

Bug? Feature? Noone knows, specifications unknown.
kolla
Posts: 54
Joined: Wed Oct 24, 2018 10:38 am

Re: Multiline Shell prompt and variable expansion

Post by kolla »

Nothing changed for 3.2.2
Post Reply