matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
964 stars 79 forks source link

Prompt disappears under a window breakpoint #56

Closed roginfarrer closed 6 years ago

roginfarrer commented 6 years ago

Bug Report

Current Behavior If the width of the window is under a certain breakpoint, the entire prompt will disappear, and appears broken.

Expected Behavior The prompt should wrap if there's not enough space inline.

Environment

Additional context/Screenshots Gif of the issue

matchai commented 6 years ago

Hey @roginfarrer 👋 Thanks for opening up a ticket!

This is a deliberate feature in fish shell itself.

Implementing some breakpoints in spacefish to regress down a more basic version of the shell if the terminal width gets smaller would be a welcome contribution.