This commit is contained in:
pls.153 2022-03-10 22:02:31 +01:00
parent 4735b47159
commit 5129373f95
3 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,7 @@
#:*flick-output*
#:*history-back*
#:*history-forward*
#:*main*
#:*progress*
#:*repl-input*
#:*repl-output*
@ -14,6 +15,7 @@
(defparameter *flick-output* "flick_output")
(defparameter *history-back* "history_back")
(defparameter *history-forward* "history_forward")
(defparameter *main* "main")
(defparameter *progress* "progress")
(defparameter *repl-input* "repl_input")
(defparameter *repl-output* "repl_output")

View file

@ -6,6 +6,7 @@ import ".ext/" as Ext // for single file auto reload (development)
Rectangle {
width: 300
height: 500
objectName: "main"
color: "black"
SwipeView {