mannjani
Results
1
comments of
mannjani
One solution which works for me is to modify the `result = input()` line in console.py https://github.com/Textualize/rich/blob/6d30ad0f30028210124c149811cbbe2b183711f9/rich/console.py#L2123 to `result = input("\u00ad")` I tried a few other zero-width characters but only...