about summary refs log tree commit diff stats
path: root/yolk.cursor.sld
diff options
context:
space:
mode:
Diffstat (limited to 'yolk.cursor.sld')
-rw-r--r--yolk.cursor.sld15
1 files changed, 15 insertions, 0 deletions
diff --git a/yolk.cursor.sld b/yolk.cursor.sld new file mode 100644 index 0000000..822720e --- /dev/null +++ b/yolk.cursor.sld
@@ -0,0 +1,15 @@
1(define-library (yolk cursor)
2 (export cursor-home
3 cursor-move cursor-move-proc
4 cursor-move/H cursor-move/f
5 cursor-up
6 cursor-down
7 cursor-right
8 cursor-left
9 cursor-down-bol
10 cursor-up-bol
11 cursor-move-column
12 cursor-save cursor-save/dec cursor-save/sco
13 cursor-restore cursor-restore/dec cursor-restore/sco)
14
15 (include "yolk.cursor.ss"))