%indent-screen-lines%

Name

%indent-screen-lines% -- Indent lines in a 'Screen'?

Synopsis

%indent-screen-lines%

Description

If not #f, each line in the display will be indented with the content of this variable. Usually it is set to some number of spaces, but you can indent with any string you wish.

Author

Norman Walsh, <ndw@nwalsh.com>

Source Code

(define %indent-screen-lines%
  ;; Indent lines in a 'Screen'?
  #f)