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

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

Value

118

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.

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-asc ?v
  "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")