Vim window logic, slimv
This commit is contained in:
parent
babcc9e44b
commit
515847d07e
791 changed files with 51552 additions and 86 deletions
|
|
@ -0,0 +1,11 @@
|
|||
(asdf:defsystem #:cl-ansi-text
|
||||
:depends-on ( #:cl-colors #:alexandria)
|
||||
:components ((:file "cl-ansi-text"))
|
||||
:name "cl-ansi-text"
|
||||
:version "1.0"
|
||||
:maintainer "Paul Nathan"
|
||||
:author "Paul Nathan"
|
||||
:licence "LLGPL"
|
||||
:description "ANSI control string characters, focused on color"
|
||||
:long-description "ANSI control string management, specializing in
|
||||
colors. Sometimes it is nice to have text output in colors")
|
||||
Loading…
Add table
Add a link
Reference in a new issue