aisk / pick

create curses based interactive selection list in the terminal
MIT License
721 stars 60 forks source link

Need full screen width option #130

Open wsanders opened 2 months ago

wsanders commented 2 months ago

Items are truncated at half the screen width:

This gives you lines like:

Station Selector:

   http://streams.kut.org/4430_192.mp3?
   http://streams.kut.org/4428_192.mp3?
=> http://stream1.early1900s.org:8080

I'd rather see:

Station Selector:

=> http://streams.kut.org/4430_192.mp3?aw_0_1st.playerid=tmx-free
   http://streams.kut.org/4428_192.mp3?aw_0_1st.playerid=kutx-free
   http://stream1.early1900s.org:8080

Maybe an option to control max_x and max_y?

aisk commented 1 month ago

Hi, after #128, the screen text should not be trancated now. And that change is contained in v2.4.0b1. Thank you for report!