Variable: cfrs-max-width
cfrs-max-width is a customizable variable defined in cfrs.el.
Value
80
Documentation
The maximum width of the cfrs input field.
cfrs will try to extend its initial width to fit both the prompt and the initial
input, up to a maximum of cfrs-max-width characters. For any combination
longer than this horizontal scrolling will be necessary.
See also cfrs-min-width
Source Code
;; Defined in ~/.emacs.d/elpa/cfrs-20250729.1422/cfrs.el
(defcustom cfrs-max-width 80
"The maximum width of the cfrs input field.
cfrs will try to extend its initial width to fit both the prompt and the initial
input, up to a maximum of `cfrs-max-width' characters. For any combination
longer than this horizontal scrolling will be necessary.
See also `cfrs-min-width'"
:type 'integer
:group 'cfrs)