Variable: inferior-octave-minimal-columns

inferior-octave-minimal-columns is a customizable variable defined in octave.el.gz.

Value

80

Documentation

The minimal column width for the inferior Octave process.

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom inferior-octave-minimal-columns 80
  "The minimal column width for the inferior Octave process."
  :type 'integer
  :version "24.4")