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
I'm trying to fix the prompt (with transient prompt) at the bottom.
The command tput cup $COLUMNS 0 seems to do what I want, but where exactly should I put it?
Adding it at the start of fish_prompt() works, but only the first time I open the terminal. If I Ctrl+L to clear the screen, for example, the prompt is back at the top.
The text was updated successfully, but these errors were encountered:
I'm trying to fix the prompt (with transient prompt) at the bottom.
The command
tput cup $COLUMNS 0
seems to do what I want, but where exactly should I put it?Adding it at the start of fish_prompt() works, but only the first time I open the terminal. If I Ctrl+L to clear the screen, for example, the prompt is back at the top.
The text was updated successfully, but these errors were encountered: