Function: idlwave-shell-down-or-history

idlwave-shell-down-or-history is an interactive and byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-down-or-history &optional ARG)

Documentation

When in last line of process buffer, move to next input.

Otherwise just go down one line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-down-or-history (&optional arg)
  "When in last line of process buffer, move to next input.
Otherwise just go down one line."
  (interactive "p")
  (idlwave-shell-move-or-history nil arg))