console starts as text and does not hookup autocomplete removing ~5k limit on updating

This commit is contained in:
David Botton 2024-04-19 07:33:30 -04:00
parent 5e69bd4acd
commit e475e35237
4 changed files with 10 additions and 3 deletions

View file

@ -1,8 +1,8 @@
(in-package :clog-tools)
(defun on-open-repl-console (obj repl)
(let* ((app (connection-data-item obj "builder-app-data"))
(win (on-open-file obj :title "CLOG REPL Console"
(let* ((win (on-open-file obj :title "CLOG REPL Console"
:is-console t
:editor-use-console-for-evals t)))
(set-on-window-can-close win (lambda (obj)
(declare (ignore obj))