summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2025-08-24 19:50:56 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2025-08-24 19:50:56 -0300
commitd1816df4c029447f94963355cbdce5c434063ee6 (patch)
treee4ff17ff8c2d4159a85bb34f3935f843f6bdce4c /package.lisp
parent97f8b6d2a990fe2e93704460fcdf08701616d7e4 (diff)
downloadutils-d1816df4c029447f94963355cbdce5c434063ee6.tar.gz
utils-d1816df4c029447f94963355cbdce5c434063ee6.zip
Add cursorsHEADmain
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
index d170039..e6ed7b5 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,3 +1,13 @@
+(defpackage #:cursor
+ (:use #:cl)
+ (:export #:text
+ #:index
+ #:data
+ #:has-data?
+ #:peek
+ #:advance
+ #:distance))
+
(defpackage #:color
(:use #:cl)
(:export #:hsl->rgb))