about summary refs log tree commit diff stats
path: root/yolk.xterm.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-05-28 21:47:09 -0500
committerCase Duckworth2023-05-28 21:47:09 -0500
commit82a6e29eaad2944eb2e1a2213a9bce17e896add4 (patch)
treeebedbf6e65bb222d2ce76b491cccb51eca479d00 /yolk.xterm.sld
downloadyolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.tar.gz
yolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.zip
initial commit
Diffstat (limited to 'yolk.xterm.sld')
-rw-r--r--yolk.xterm.sld11
1 files changed, 11 insertions, 0 deletions
diff --git a/yolk.xterm.sld b/yolk.xterm.sld new file mode 100644 index 0000000..6d57c85 --- /dev/null +++ b/yolk.xterm.sld
@@ -0,0 +1,11 @@
1;;; (yolk xterm) --- xterm private mode settings
2
3(define-library (yolk xterm)
4 (export invisible-cursor
5 visible-cursor
6 save-screen
7 restore-screen
8 alt-buffer-enable
9 alt-buffer-disable)
10
11 (include "yolk.xterm.ss"))