Textualize / rich

Rich is a Python library for rich text and beautiful formatting in the terminal.
https://rich.readthedocs.io/en/latest/
MIT License
49.65k stars 1.73k forks source link

Fix(prompt.py): #2994 #3558

Open paperplane110 opened 1 week ago

paperplane110 commented 1 week ago

Type of changes

Checklist

Description

Fix #2994

When using readline and Prompt.ask(), then just pressing enter, prompt won't break line. Questions will all be printed in one line.

So, if readline is imported and user just enter nothing, use print() to break line.