Function: tpu-set-cursor-bound
tpu-set-cursor-bound is an autoloaded, interactive and byte-compiled
function defined in tpu-extras.el.gz.
Signature
(tpu-set-cursor-bound)
Documentation
Constrain the cursor to the flow of the text.
Key Bindings
Aliases
SET CURSOR BOUND
set cursor bound
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-extras.el.gz
;;;###autoload
(defun tpu-set-cursor-bound ()
"Constrain the cursor to the flow of the text."
(interactive)
(tpu-cursor-free-mode -1))