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
When using Nushell with a multi-line prompt, resizing the terminal window causes a display issue. Specifically, after resizing the terminal window, any subsequent input results in the new prompt overlapping with the previous prompt.
┌ NU▕ noname-awa ~
└ > enter pro
┌ NU▕ noname-awa №1 ~ pro master
└ > # Normal input
┌ NU▕ noname-awa №1 ~ pro master
┌ NU▕ noname-awa №1 ~ pro master
┌ NU▕ noname-awa №1 ~ pro master
└ > # Resize the terminal before entering
┌ NU▕ noname-awa №1 ~ pro master
└ >
How to reproduce
Open Nushell with a multi-line prompt configuration.
Resize the terminal window (e.g., make it smaller or larger).
input.
Expected behavior
After resizing, the prompt does not experience the “overlap” issue.
Like ↓
┌ NU▕ noname-awa ~
└ > enter pro
┌ NU▕ noname-awa №1 ~ pro master
└ > # Normal input
┌ NU▕ noname-awa №1 ~ pro master
└ > # Resize the terminal before entering
┌ NU▕ noname-awa №1 ~ pro master
└ >
Describe the bug
When using Nushell with a multi-line prompt, resizing the terminal window causes a display issue. Specifically, after resizing the terminal window, any subsequent input results in the new prompt overlapping with the previous prompt.
How to reproduce
Expected behavior
After resizing, the prompt does not experience the “overlap” issue.
Like ↓
Screenshots
Configuration
Additional context
My theme (config.nu)
The text was updated successfully, but these errors were encountered: