mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- renamed 'main-croatoan-init' to 'main:tui-init'.
This commit is contained in:
parent
b2e7f8fd62
commit
b3fc8c58a3
@ -137,7 +137,7 @@ etc.) happened"
|
|||||||
(load-configuration-files)
|
(load-configuration-files)
|
||||||
(init-db))
|
(init-db))
|
||||||
|
|
||||||
(defun croatoan-init ()
|
(defun tui-init ()
|
||||||
"Initialize the program"
|
"Initialize the program"
|
||||||
(shared-init)
|
(shared-init)
|
||||||
(db-utils:with-ready-database (:connect nil)
|
(db-utils:with-ready-database (:connect nil)
|
||||||
@ -242,5 +242,5 @@ etc.) happened"
|
|||||||
(declare (ignore h))
|
(declare (ignore h))
|
||||||
(c:end-screen)
|
(c:end-screen)
|
||||||
(print c))))
|
(print c))))
|
||||||
(croatoan-init)
|
(tui-init)
|
||||||
(run first-time-starting))))))
|
(run first-time-starting))))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user