Function: gud-refresh
gud-refresh is an interactive and byte-compiled function defined in
gud.el.gz.
Signature
(gud-refresh &optional ARG)
Documentation
Fix up a possibly garbled display, and redraw the arrow.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defun gud-refresh (&optional arg)
"Fix up a possibly garbled display, and redraw the arrow."
(interactive "P")
(or gud-last-frame (setq gud-last-frame gud-last-last-frame))
(gud-display-frame)
(recenter arg))