Variable: tabulated-list-tty-sort-indicator-desc

tabulated-list-tty-sort-indicator-desc is a customizable variable defined in tabulated-list.el.gz.

Value

94

Documentation

Indicator for columns sorted in ascending order, for text-mode frames.

See tabulated-list-gui-sort-indicator-asc for the indicator used on GUI frames.

This variable was added, or its default value changed, in Emacs 27.1.

View in manual

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/tabulated-list.el.gz
(defcustom tabulated-list-tty-sort-indicator-desc ?^
  "Indicator for columns sorted in ascending order, for text-mode frames.
See `tabulated-list-gui-sort-indicator-asc' for the indicator used on GUI
frames."
  :group 'tabulated-list
  :type 'character
  :version "27.1")