Variable: erc-fill-wrap-use-pixels

erc-fill-wrap-use-pixels is a variable defined in erc-fill.el.gz.

Value

t

Documentation

Whether to calculate padding in pixels when possible.

A value of nil means ERC should use columns, which may happen regardless, depending on the Emacs version. This option only matters when erc-fill-wrap-mode(var)/erc-fill-wrap-mode(fun) is enabled.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defvar erc-fill-wrap-use-pixels t
  "Whether to calculate padding in pixels when possible.
A value of nil means ERC should use columns, which may happen
regardless, depending on the Emacs version.  This option only
matters when `erc-fill-wrap-mode' is enabled.")