mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-16 12:00:04 +01:00
- reverting order of packaging.
This commit is contained in:
parent
8f0f4af090
commit
121eaed346
104
src/package.lisp
104
src/package.lisp
@ -995,58 +995,6 @@
|
||||
: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
|
||||
@ -1192,6 +1140,58 @@
|
||||
: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
|
||||
|
@ -241,7 +241,7 @@
|
||||
"underline"
|
||||
"blink")
|
||||
(:text t)
|
||||
(:function tui-utils:text->tui-attribute))
|
||||
(:function (lambda (a) (tui-utils:text->tui-attribute a))))
|
||||
|
||||
(defrule color-re-assign
|
||||
(and color-re-key blanks
|
||||
|
Loading…
x
Reference in New Issue
Block a user