mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-05 10:01:41 -05:00
Fix inferior-julia-repl-vterm-clear-buffer to clear scrollback history as well
This commit is contained in:
parent
4cfb4fe2fa
commit
1aa636a274
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
;; Maintainer: Shigeaki Nishina
|
;; Maintainer: Shigeaki Nishina
|
||||||
;; Created: March 11, 2020
|
;; Created: March 11, 2020
|
||||||
;; URL: https://github.com/shg/julia-repl-vterm.el
|
;; URL: https://github.com/shg/julia-repl-vterm.el
|
||||||
;; Version: 0.6
|
;; Version: 0.7
|
||||||
;; Keywords: languages, julia
|
;; Keywords: languages, julia
|
||||||
|
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
|
@ -88,7 +88,7 @@ already one with the process alive, just open it."
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(vterm-clear)))
|
(vterm-clear 1)))
|
||||||
|
|
||||||
(defvar inferior-julia-repl-vterm-copy-mode-map
|
(defvar inferior-julia-repl-vterm-copy-mode-map
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue