Variable: gnus-article-show-cursor
gnus-article-show-cursor is a customizable variable defined in
gnus-art.el.gz.
Value
nil
Documentation
If non-nil, show the cursor in the Article buffer even when not selected.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-show-cursor nil
"If non-nil, show the cursor in the Article buffer even when not selected."
:version "25.1"
:group 'gnus-article
:type 'boolean)