jhbabon / scout

Friendly fuzzy finder made with rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Full` mode respects `lines` setting

bound-variable opened this issue · comments

commented

In my scout.toml I have,

[screen]
mode = "full" # or "inline"
# Max number of lines to display the whole UI. Only used in inline mode
lines = 12

And when running scout I get those lines printed minus two. So if lines is set to 12, I get 10 listings.

image

If I comment out the lines setting, I get a full display.

  • scout 2.6.0

Thanks for this report! That's a bug alright. I'll see what I can do.

@Pound-Hash Sorry for my delay on fixing this, but this issue should be resolved in the last version of scout: 2.7.0. Now the full mode will always try to use all the lines possible and the lines option will be used only in inline mode.