mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
console starts as text and does not hookup autocomplete removing ~5k limit on updating
This commit is contained in:
parent
5e69bd4acd
commit
e475e35237
4 changed files with 10 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue