Variable: tpu-cursor-free-mode
tpu-cursor-free-mode is a buffer-local variable defined in
tpu-extras.el.gz.
Documentation
Non-nil if Tpu-Cursor-Free mode is enabled.
Use the command tpu-cursor-free-mode(var)/tpu-cursor-free-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-extras.el.gz
;;; Global variables
;;;###autoload
(define-minor-mode tpu-cursor-free-mode
"Minor mode to allow the cursor to move freely about the screen."
:init-value nil
(if (not tpu-cursor-free-mode)
(tpu-trim-line-ends))
(if (not tpu-cursor-free-mode)
(message "The cursor is now bound to the flow of your text.")
(message "The cursor will now move freely about the screen.")))