readline: preview doesn't render if terminal width < 80 #805
Labels
bug
Unexpected behavior
deployed to `develop`
Feature built. Currently BETA testing in the `develop` branch
Describe the bug:
readline preview doesn't render if terminal width is less than 80 characters. This is a throwback from when the preview was an overlay in the top right-hand corner (rather than full screen) and thus width was multiples of 40, minimum being 80 to support man page rendering (also predating preview parsing in a PTY)
Expected behaviour:
preview should work with narrower terminals. Maybe minimum of 10 characters...?
Platform (please complete the following information):
uname -a
if supported: Linux, macOSversion --no-app-name
: latest develop buildAdditional context
N/A
The text was updated successfully, but these errors were encountered: