ibigio / shell-ai

A delightfully minimal, yet remarkably powerful AI Shell Assistant.
GNU General Public License v3.0
266 stars 25 forks source link

Add support for input box line wrapping #6

Closed ibigio closed 11 months ago

ibigio commented 1 year ago

Context

Currently when a user enters more text than the width of the screen, it allows you to keep entering text but it is off-screen (so you can't see what it is).

Task

Make it so a user entering text will overflow / wrap to the next line.

ibigio commented 11 months ago

I think I did this but I can't remember. 🤷