about summary refs log tree commit diff stats
path: root/yolk.cursor.sld
blob: 822720ec2df4cc6fa9864c993c66265a60298ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(define-library (yolk cursor)
  (export cursor-home
          cursor-move cursor-move-proc
          cursor-move/H cursor-move/f
          cursor-up
          cursor-down
          cursor-right
          cursor-left
          cursor-down-bol
          cursor-up-bol
          cursor-move-column
          cursor-save cursor-save/dec cursor-save/sco
          cursor-restore cursor-restore/dec cursor-restore/sco)

  (include "yolk.cursor.ss"))