repo.or.cz
/
glrepl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The REPL..she works
[glrepl.git]
/
package.lisp
blob
8ae3540476c13319f26240ccd5bbc0acad77d784
1
2
(
defpackage
:
glrepl
3
(:
use
:
cl
:
iterate
:
alexandria
:
trivial-gray-streams
)
4
(:
export
*
bitmap-width
*
5
*
bitmap-height
*
6
*
font-pathname
*
7
*
font-data
*
8
*
font-images
*
9
with-opengl
10
name-of
11
make-font
12
destroy-font
13
rgba-image
14
glrepl-font
15
bitmap-height-of
16
bitmap-width-of
17
pathname-of
18
chain-of
19
images-of
20
glrepl-window
21
glrepl-window-line
22
current-line
23
current-result-line
24
current-line-as-string
25
current-cursor
26
glrepl-window-mark
27
add-line
28
cursor-up
29
cursor-down
30
cursor-left
31
cursor-right
32
cursor-column
33
add-char
34
add-string
35
del-char-left
36
del-char-right
37
set-mark
38
texture-width-of
39
texture-height-of
40
text-height-of
41
text-width-of
42
win-height-of
43
win-width-of
44
font-of
45
mark-of
46
cursor-line-of
47
top-line-of
48
lines-of
49
kills-of
50
window-pixel-atxy
51
viewport
))
52
53
(
in-package
:
glrepl
)