Remove input-start-marker for REPL clients

This commit is contained in:
Nathaniel Nicandro 2017-12-31 11:45:55 -06:00
parent fd1b9c8ada
commit 5c80b4c56f

View file

@ -39,8 +39,8 @@
(defclass jupyter-repl-client (jupyter-kernel-client)
((kernel-info)
(buffer :initarg :buffer)
(execution-count :initform 1)
(input-start-marker :initform (make-marker))))
(execution-count :initform 1)))
;; TODO: Make this dynamics by updarting the width of the margin whenever the
;; prompt string gets too long. This probably wont happen very often
(defvar jupyter-repl-prompt-margin-width 12)