1
0
Fork 0

- moving tiu-utils symbols before software-configuration.

This commit is contained in:
cage 2021-02-13 19:15:01 +01:00
parent 8f757b563b
commit 8f0f4af090
1 changed files with 52 additions and 52 deletions

View File

@ -995,6 +995,58 @@
:shortcode-lookup
:emojify))
(defpackage :tui-utils
(:use
:cl
:alexandria
:cl-ppcre
:local-time
:croatoan
:config
:constants
:interfaces
:text-utils)
(:nicknames :tui)
(:import-from :misc-utils :defalias)
(:export
:make-win-background
:make-croatoan-window
:make-blocking-croatoan-window
:make-screen
:make-tui-char
:make-tui-string
:tui-format
:decode-key-event
:colorize-tree-element
:colorize-tree-line
:text-length
:find-max-line-width
:ncat-complex-string
:to-tui-string
:cat-complex-string
:cat-tui-string
:tui-char->char
:tui-string->chars-string
:text-ellipsis
:right-pad-text
:text->tui-attribute
:assemble-attributes
:attribute-reverse
:attribute-bold
:attribute-underline
:attribute-italic
:attribute-blink
:attribute-dim
:attribute-invisible
:combine-attributes
:colorize-line
:colorized-line->tui-string
:standard-error-notify-life
:with-notify-errors
:with-print-error-message
:make-tui-char
:make-tui-string))
(defpackage :software-configuration
(:use
:cl
@ -1140,58 +1192,6 @@
:selected-background
:selected-foreground))
(defpackage :tui-utils
(:use
:cl
:alexandria
:cl-ppcre
:local-time
:croatoan
:config
:constants
:interfaces
:text-utils)
(:nicknames :tui)
(:import-from :misc-utils :defalias)
(:export
:make-win-background
:make-croatoan-window
:make-blocking-croatoan-window
:make-screen
:make-tui-char
:make-tui-string
:tui-format
:decode-key-event
:colorize-tree-element
:colorize-tree-line
:text-length
:find-max-line-width
:ncat-complex-string
:to-tui-string
:cat-complex-string
:cat-tui-string
:tui-char->char
:tui-string->chars-string
:text-ellipsis
:right-pad-text
:text->tui-attribute
:assemble-attributes
:attribute-reverse
:attribute-bold
:attribute-underline
:attribute-italic
:attribute-blink
:attribute-dim
:attribute-invisible
:combine-attributes
:colorize-line
:colorized-line->tui-string
:standard-error-notify-life
:with-notify-errors
:with-print-error-message
:make-tui-char
:make-tui-string))
(defpackage :command-line
(:use
:cl