Basics
Related problem
In fish, there is the commandline -f repaint function. It's very useful(vital) for async prompt setups.
Describe the solution you'd like
I would like Nushell to implement some version of this function for replacing the prompt in-place, for tools like Starship to eventually take advantage of (Instead of blocking the paint)
Describe alternatives you've considered
No response
Additional context and details
No response
Basics
Related problem
In fish, there is the
commandline -f repaintfunction. It's very useful(vital) for async prompt setups.Describe the solution you'd like
I would like Nushell to implement some version of this function for replacing the prompt in-place, for tools like Starship to eventually take advantage of (Instead of blocking the paint)
Describe alternatives you've considered
No response
Additional context and details
No response