Variable: term--osc-max-bytes

term--osc-max-bytes is a variable defined in term.el.gz.

Value

33554432

Documentation

Limit the length of OSC sequences to keep in memory.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defconst term--osc-max-bytes (* 32 1024 1024)
  "Limit the length of OSC sequences to keep in memory.")