skim
skim copied to clipboard
`$LINES` doesn't take account of `--preview`'s `SIZE`
For example, when the terminal is 35 lines in height and SIZE is set to 60% in --preview, $LINES is still 35. This is contrary to the documentation:
sk overrides $LINES and $COLUMNS so that they represent the exact size of the preview window.
I couldn't reproduce this. What command did you run to get this result ?