mirror of https://codeberg.org/cage/tinmop/
- 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)
|
||||
(init-db))
|
||||
|
||||
(defun croatoan-init ()
|
||||
(defun tui-init ()
|
||||
"Initialize the program"
|
||||
(shared-init)
|
||||
(db-utils:with-ready-database (:connect nil)
|
||||
|
@ -242,5 +242,5 @@ etc.) happened"
|
|||
(declare (ignore h))
|
||||
(c:end-screen)
|
||||
(print c))))
|
||||
(croatoan-init)
|
||||
(tui-init)
|
||||
(run first-time-starting))))))
|
||||
|
|
Loading…
Reference in New Issue