Variable: bs-max-window-height
bs-max-window-height is a customizable variable defined in bs.el.gz.
Value
20
Documentation
Maximal window height of Buffer Selection Menu.
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defcustom bs-max-window-height 20
"Maximal window height of Buffer Selection Menu."
:group 'bs-appearance
:type 'integer)