Function: tpu-set-cursor-free

tpu-set-cursor-free is an autoloaded, interactive and byte-compiled function defined in tpu-extras.el.gz.

Signature

(tpu-set-cursor-free)

Documentation

Allow the cursor to move freely about the screen.

Key Bindings

Aliases

SET CURSOR FREE set cursor free

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-extras.el.gz
;;;  Functions to set cursor bound or free

;;;###autoload
(defun tpu-set-cursor-free ()
  "Allow the cursor to move freely about the screen."
  (interactive)
  (tpu-cursor-free-mode 1))