# HG changeset patch # User Steve Losh # Date 1577136753 18000 # Node ID a42efacba24313dbdd7aec70a673b46b1ffd21d6 # Parent 5e529965501234307f8708c1d8e489f6d350ec65 cl-blt: Update site. diff -r 5e5299655012 -r a42efacba243 cl-blt/_dmedia/goodwolf.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cl-blt/_dmedia/goodwolf.css Mon Dec 23 16:32:33 2019 -0500 @@ -0,0 +1,62 @@ +/* @override http://localhost:8080/media/css/pygments-monokai-light.css */ +div.highlight .hll { background-color: #FFD7EF; display: block; } +div.highlight .err { color: #fff; background-color: #f00 } /* Error */ +div.highlight .gi { font-weight: bold } /* Diff Insert */ +div.highlight .gd { font-weight: bold } /* Diff Delete */ +div.highlight .k { color: #111} /* Keyword */ +div.highlight .l { color: #111 } /* Literal */ +div.highlight .n { color: #111 } /* Name */ +div.highlight .o { color: #111 } /* Operator */ +div.highlight .p { color: #111 } /* Punctuation */ +div.highlight .c { color: #714678; font-style: italic; font-weight: bold; } /* Comment */ +div.highlight .cm { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Multiline */ +div.highlight .cp { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Preproc */ +div.highlight .c1 { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Single */ +div.highlight .cs { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Special */ +div.highlight .ge { font-style: italic } /* Generic.Emph */ +div.highlight .gs { font-weight: bold } /* Generic.Strong */ +div.highlight .kc { color: #111 } /* Keyword.Constant */ +div.highlight .kd { color: #111 } /* Keyword.Declaration */ +div.highlight .kn { color: #111 } /* Keyword.Namespace */ +div.highlight .kp { color: #111 } /* Keyword.Pseudo */ +div.highlight .kr { color: #111 } /* Keyword.Reserved */ +div.highlight .kt { color: #111 } /* Keyword.Type */ +div.highlight .ld { color: #111 } /* Literal.Date */ +div.highlight .m { color: #111 } /* Literal.Number */ +div.highlight .s { color: #111; font-style: italic; } /* Literal.String */ +div.highlight .na { color: #111 } /* Name.Attribute */ +div.highlight .nb { color: #111 } /* Name.Builtin */ +div.highlight .nc { color: #111 } /* Name.Class */ +div.highlight .no { color: #111 } /* Name.Constant */ +div.highlight .nd { color: #111 } /* Name.Decorator */ +div.highlight .ni { color: #111 } /* Name.Entity */ +div.highlight .ne { color: #111 } /* Name.Exception */ +div.highlight .nf { color: #111} /* Name.Function */ +div.highlight .nl { color: #111 } /* Name.Label */ +div.highlight .nn { color: #111} /* Name.Namespace */ +div.highlight .nx { color: #111 } /* Name.Other */ +div.highlight .py { color: #111 } /* Name.Property */ +div.highlight .nt { color: #111 } /* Name.Tag */ +div.highlight .nv { color: #111 } /* Name.Variable */ +div.highlight .ow { color: #111 } /* Operator.Word */ +div.highlight .w { color: #111 } /* Text.Whitespace */ +div.highlight .mf { color: #111 } /* Literal.Number.Float */ +div.highlight .mh { color: #111 } /* Literal.Number.Hex */ +div.highlight .mi { color: #111 } /* Literal.Number.Integer */ +div.highlight .mo { color: #111 } /* Literal.Number.Oct */ +div.highlight .sb { color: #111 } /* Literal.String.Backtick */ +div.highlight .sc { color: #111 } /* Literal.String.Char */ +div.highlight .sd { color: #111 } /* Literal.String.Doc */ +div.highlight .s2 { color: #111 } /* Literal.String.Double */ +div.highlight .se { color: #111 } /* Literal.String.Escape */ +div.highlight .sh { color: #111 } /* Literal.String.Heredoc */ +div.highlight .si { color: #111 } /* Literal.String.Interpol */ +div.highlight .sx { color: #111 } /* Literal.String.Other */ +div.highlight .sr { color: #111 } /* Literal.String.Regex */ +div.highlight .s1 { color: #111 } /* Literal.String.Single */ +div.highlight .ss { color: #111 } /* Literal.String.Symbol */ +div.highlight .bp { color: #111 } /* Name.Builtin.Pseudo */ +div.highlight .vc { color: #111 } /* Name.Variable.Class */ +div.highlight .vg { color: #111 } /* Name.Variable.Global */ +div.highlight .vi { color: #111 } /* Name.Variable.Instance */ +div.highlight .il { color: #111 } /* Literal.Number.Integer.Long */ diff -r 5e5299655012 -r a42efacba243 cl-blt/_dmedia/pygments-clean.css --- a/cl-blt/_dmedia/pygments-clean.css Mon Dec 23 16:26:26 2019 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -/* @override http://localhost:8080/media/css/pygments-monokai-light.css */ -div.codehilite .hll { background-color: #49483e } -/* div.codehilite .err { color: #fff; background-color: #f00 } /1* Error *1/ */ -div.codehilite .err { color: #111; } /* Error */ -div.codehilite .k { color: #111} /* Keyword */ -div.codehilite .l { color: #111 } /* Literal */ -div.codehilite .n { color: #111 } /* Name */ -div.codehilite .o { color: #111 } /* Operator */ -div.codehilite .p { color: #111 } /* Punctuation */ -div.codehilite .c { color: #714678; font-style: italic; font-weight: bold; } /* Comment */ -div.codehilite .cm { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Multiline */ -div.codehilite .cp { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Preproc */ -div.codehilite .c1 { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Single */ -div.codehilite .cs { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Special */ -div.codehilite .ge { font-style: italic } /* Generic.Emph */ -div.codehilite .gs { font-weight: bold } /* Generic.Strong */ -div.codehilite .kc { color: #111 } /* Keyword.Constant */ -div.codehilite .kd { color: #111 } /* Keyword.Declaration */ -div.codehilite .kn { color: #111 } /* Keyword.Namespace */ -div.codehilite .kp { color: #111 } /* Keyword.Pseudo */ -div.codehilite .kr { color: #111 } /* Keyword.Reserved */ -div.codehilite .kt { color: #111 } /* Keyword.Type */ -div.codehilite .ld { color: #111 } /* Literal.Date */ -div.codehilite .m { color: #111 } /* Literal.Number */ -div.codehilite .s { color: #111; font-style: italic; } /* Literal.String */ -div.codehilite .na { color: #111 } /* Name.Attribute */ -div.codehilite .nb { color: #111 } /* Name.Builtin */ -div.codehilite .nc { color: #111 } /* Name.Class */ -div.codehilite .no { color: #111 } /* Name.Constant */ -div.codehilite .nd { color: #111 } /* Name.Decorator */ -div.codehilite .ni { color: #111 } /* Name.Entity */ -div.codehilite .ne { color: #111 } /* Name.Exception */ -div.codehilite .nf { color: #111} /* Name.Function */ -div.codehilite .nl { color: #111 } /* Name.Label */ -div.codehilite .nn { color: #111} /* Name.Namespace */ -div.codehilite .nx { color: #111 } /* Name.Other */ -div.codehilite .py { color: #111 } /* Name.Property */ -div.codehilite .nt { color: #111 } /* Name.Tag */ -div.codehilite .nv { color: #111 } /* Name.Variable */ -div.codehilite .ow { color: #111 } /* Operator.Word */ -div.codehilite .w { color: #111 } /* Text.Whitespace */ -div.codehilite .mf { color: #111 } /* Literal.Number.Float */ -div.codehilite .mh { color: #111 } /* Literal.Number.Hex */ -div.codehilite .mi { color: #111 } /* Literal.Number.Integer */ -div.codehilite .mo { color: #111 } /* Literal.Number.Oct */ -div.codehilite .sb { color: #111 } /* Literal.String.Backtick */ -div.codehilite .sc { color: #111 } /* Literal.String.Char */ -div.codehilite .sd { color: #111 } /* Literal.String.Doc */ -div.codehilite .s2 { color: #111 } /* Literal.String.Double */ -div.codehilite .se { color: #111 } /* Literal.String.Escape */ -div.codehilite .sh { color: #111 } /* Literal.String.Heredoc */ -div.codehilite .si { color: #111 } /* Literal.String.Interpol */ -div.codehilite .sx { color: #111 } /* Literal.String.Other */ -div.codehilite .sr { color: #111 } /* Literal.String.Regex */ -div.codehilite .s1 { color: #111 } /* Literal.String.Single */ -div.codehilite .ss { color: #111 } /* Literal.String.Symbol */ -div.codehilite .bp { color: #111 } /* Name.Builtin.Pseudo */ -div.codehilite .vc { color: #111 } /* Name.Variable.Class */ -div.codehilite .vg { color: #111 } /* Name.Variable.Global */ -div.codehilite .vi { color: #111 } /* Name.Variable.Instance */ -div.codehilite .il { color: #111 } /* Literal.Number.Integer.Long */ diff -r 5e5299655012 -r a42efacba243 cl-blt/_dmedia/style.less --- a/cl-blt/_dmedia/style.less Mon Dec 23 16:26:26 2019 -0500 +++ b/cl-blt/_dmedia/style.less Mon Dec 23 16:32:33 2019 -0500 @@ -2,11 +2,11 @@ overflow-y: scroll; } .wrap { - width: 600px; + width: 640px; margin: 40px auto 180px; } body { - font-size: 18px; + font-size: 16px; line-height: 1.4; font-family: Georgia, Palatino, "Palatino Linotype", serif; color: #111111; @@ -27,11 +27,11 @@ } } h1 { - font-size: 48px; + font-size: 40px; line-height: 1; } h2 { - font-size: 34px; + font-size: 28px; line-height: 1; margin-top: 40px; margin-bottom: 0; @@ -44,7 +44,7 @@ } } h3 { - font-size: 26px; + font-size: 22px; line-height: 1; margin-top: 40px; margin-bottom: 0; @@ -57,7 +57,7 @@ } } h4 { - font-size: 20px; + font-size: 18px; line-height: 1; margin-top: 30px; margin-bottom: 0; @@ -83,7 +83,7 @@ } } pre { - font-size: 15px; + font-size: 14px; line-height: 1.3; white-space: pre; overflow-x: auto; @@ -93,7 +93,7 @@ font-family: Menlo, Monaco, Consolas, monospace; } code { - font-size: 15px; + font-size: 14px; border: 1px solid #fdd; background: #fffafa; padding: 1px 4px; diff -r 5e5299655012 -r a42efacba243 cl-blt/_dmedia/tango.css --- a/cl-blt/_dmedia/tango.css Mon Dec 23 16:26:26 2019 -0500 +++ b/cl-blt/_dmedia/tango.css Mon Dec 23 16:32:33 2019 -0500 @@ -1,6 +1,6 @@ .codehilite .hll { background-color: #ffffcc } .codehilite .c { color: #8f5902; font-style: italic } /* Comment */ -.codehilite .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.codehilite .err { color: #000000; } /* Error */ .codehilite .g { color: #000000 } /* Generic */ .codehilite .k { color: #204a87; font-weight: bold } /* Keyword */ .codehilite .l { color: #000000 } /* Literal */ @@ -61,7 +61,7 @@ .codehilite .sx { color: #4e9a06 } /* Literal.String.Other */ .codehilite .sr { color: #4e9a06 } /* Literal.String.Regex */ .codehilite .s1 { color: #4e9a06 } /* Literal.String.Single */ -.codehilite .ss { color: #4e9a06 } /* Literal.String.Symbol */ +.codehilite .ss { color: #000000 } /* Literal.String.Symbol */ .codehilite .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ .codehilite .vc { color: #000000 } /* Name.Variable.Class */ .codehilite .vg { color: #000000 } /* Name.Variable.Global */ diff -r 5e5299655012 -r a42efacba243 cl-blt/changelog/index.html --- a/cl-blt/changelog/index.html Mon Dec 23 16:26:26 2019 -0500 +++ b/cl-blt/changelog/index.html Mon Dec 23 16:32:33 2019 -0500 @@ -3,7 +3,7 @@ Changelog / cl-blt - + @@ -20,17 +20,7 @@

v1.0.0

Initial release.

- + \ No newline at end of file diff -r 5e5299655012 -r a42efacba243 cl-blt/index.html --- a/cl-blt/index.html Mon Dec 23 16:26:26 2019 -0500 +++ b/cl-blt/index.html Mon Dec 23 16:32:33 2019 -0500 @@ -3,7 +3,7 @@ cl-blt - + @@ -18,22 +18,12 @@

It's still in development and undocumented. Use at your own risk.

Table of Contents

  1. Installation
  2. Usage
  3. API Reference
  4. Changelog
+

Table of Contents

  1. Installation
  2. Usage
  3. Changelog
- + diff -r 5e5299655012 -r a42efacba243 cl-blt/installation/index.html --- a/cl-blt/installation/index.html Mon Dec 23 16:26:26 2019 -0500 +++ b/cl-blt/installation/index.html Mon Dec 23 16:32:33 2019 -0500 @@ -3,7 +3,7 @@ Installation / cl-blt - + @@ -17,17 +17,7 @@ now.

You'll need to install bearlibterminal yourself.

- + \ No newline at end of file diff -r 5e5299655012 -r a42efacba243 cl-blt/reference/index.html --- a/cl-blt/reference/index.html Mon Dec 23 16:26:26 2019 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1062 +0,0 @@ - - - - - API Reference / cl-blt - - - - - -
-

cl-blt

-
-

API Reference

The following is a list of all user-facing parts of cl-blt.

-

If there are backwards-incompatible changes to anything listed here, they will -be noted in the changelog and the author will feel bad.

-

Anything not listed here is subject to change at any time with no warning, so -don't touch it.

-
-
-

Package BEARLIBTERMINAL/HIGH-LEVEL

-

This package contains a high-level, lispy interface to bearlibterminal. It has the nickname blt for easy prefixing.

-

BACKGROUND-COLOR (function)

-
(BACKGROUND-COLOR)
-
- - -

BLACK (function)

-
(BLACK &KEY (VALUE 0.0) (ALPHA 1.0))
-
- - -

BLUE (function)

-
(BLUE &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

CELL-BACKGROUND-COLOR (function)

-
(CELL-BACKGROUND-COLOR X Y)
-
- - -

CELL-CHAR (function)

-
(CELL-CHAR X Y &OPTIONAL (INDEX 0))
-
- - -

CELL-CODE (function)

-
(CELL-CODE X Y &OPTIONAL (INDEX 0))
-
- - -

CELL-COLOR (function)

-
(CELL-COLOR X Y &OPTIONAL (INDEX 0))
-
- - -

CHARACTER-INPUT (function)

-
(CHARACTER-INPUT)
-
- - -

CHARTREUSE (function)

-
(CHARTREUSE &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

CLEAR (function)

-
(CLEAR)
-
- - -

CLEAR-AREA (function)

-
(CLEAR-AREA X Y WIDTH HEIGHT)
-
- - -

CLEAR-LAYER (function)

-
(CLEAR-LAYER &OPTIONAL LAYER)
-
- - -

Clear layer, or the current layer if not given.

-

CLOSE (function)

-
(CLOSE)
-
- - -

COLOR

-

#<STANDARD-CLASS DOCPARSER:TYPE-NODE>

-

COLOR-NAME (function)

-
(COLOR-NAME COLOR-NAME)
-
- - -

COLOR-TO-HSVA (function)

-
(COLOR-TO-HSVA COLOR &OPTIONAL FLOAT?)
-
- - -

COLOR-TO-RGBA (function)

-
(COLOR-TO-RGBA COLOR &OPTIONAL FLOAT?)
-
- - -

COMPOSITION (function)

-
(COMPOSITION)
-
- - -

CROP (function)

-
(CROP X Y WIDTH HEIGHT)
-
- - -

CYAN (function)

-
(CYAN &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

DRAW-BOX (function)

-
(DRAW-BOX X Y WIDTH HEIGHT &KEY (CONTENTS NIL) (BORDER :LIGHT)
-          (BACKGROUND-COLOR (RGBA 0 0 0)) (BORDER-COLOR (RGBA 255 255 255)))
-
- - -

Draw a box.

-

The border of the box, if present, will be one cell wide/tall.

-

border specifies the type of border to draw, and can be one of :light, - :heavy, or :double, or nil for no border.

-

background-color and border-color specify the colors to use. If nil is - given they will not be drawn.

-

The width and height measurements include the two border cells, if - present. For example: a width of 10 would have 8 cells of content - space with a border.

-

If given, contents will be printed inside the box with the appropriate - bounds. The color, font, etc will all be whatever they are currently set to.

-

EXPERIMENTAL: This function is experimental and may change or be remove - entirely in the future.

-

FONT (function)

-
(FONT NEW-VALUE)
-
- - -

GRAY (function)

-
(GRAY &KEY (VALUE 0.5) (ALPHA 1.0))
-
- - -

GREEN (function)

-
(GREEN &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

HAS-INPUT-P (function)

-
(HAS-INPUT-P)
-
- - -

HEIGHT (function)

-
(HEIGHT)
-
- - -

HSVA (function)

-
(HSVA H S V &OPTIONAL (A NIL))
-
- - -

KEY-CASE (macro)

-
(KEY-CASE DATA &REST CLAUSES)
-
- - -

LAYER (function)

-
(LAYER)
-
- - -

MAGENTA (function)

-
(MAGENTA &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

MOUSE (function)

-
(MOUSE)
-
- - -

MOUSE-X (function)

-
(MOUSE-X)
-
- - -

MOUSE-Y (function)

-
(MOUSE-Y)
-
- - -

OPEN (function)

-
(OPEN)
-
- - -

ORANGE (function)

-
(ORANGE &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

PEEK (function)

-
(PEEK)
-
- - - -
(PRINT X Y STRING &KEY WIDTH HEIGHT (HALIGN :DEFAULT) (VALIGN :DEFAULT))
-
- - -

PURPLE (function)

-
(PURPLE &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

READ (function)

-
(READ)
-
- - -

RED (function)

-
(RED &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

REFRESH (function)

-
(REFRESH)
-
- - -

RGBA (function)

-
(RGBA R G B &OPTIONAL (A NIL))
-
- - -

SET (function)

-
(SET CONFIGURATION-STRING &REST FORMAT-ARGUMENTS)
-
- - -

SLEEP (function)

-
(SLEEP SECONDS)
-
- - -

WHITE (function)

-
(WHITE &KEY (VALUE 1.0) (ALPHA 1.0))
-
- - -

WIDTH (function)

-
(WIDTH)
-
- - -

WITH-TERMINAL (macro)

-
(WITH-TERMINAL
-  &BODY
-  BODY)
-
- - -

YELLOW (function)

-
(YELLOW &KEY (SATURATION 1.0) (VALUE 1.0) (ALPHA 1.0))
-
- - -

Package BEARLIBTERMINAL/LOW-LEVEL

-

This package contains the low-level, SWIG-generated wrapper functions for bearlibterminal.

-

+--SIZEOF-WCHAR-T--+ (variable)

-

+TERMINAL-VSPRINTF-MAXIMUM-BUFFER-SIZE+ (variable)

-

+TERMINAL-WCHAR-SUFFIX+ (variable)

-

+TK-0+ (variable)

-

+TK-1+ (variable)

-

+TK-2+ (variable)

-

+TK-3+ (variable)

-

+TK-4+ (variable)

-

+TK-5+ (variable)

-

+TK-6+ (variable)

-

+TK-7+ (variable)

-

+TK-8+ (variable)

-

+TK-9+ (variable)

-

+TK-A+ (variable)

-

+TK-ALIGN-BOTTOM+ (variable)

-

+TK-ALIGN-CENTER+ (variable)

-

+TK-ALIGN-DEFAULT+ (variable)

-

+TK-ALIGN-LEFT+ (variable)

-

+TK-ALIGN-MIDDLE+ (variable)

-

+TK-ALIGN-RIGHT+ (variable)

-

+TK-ALIGN-TOP+ (variable)

-

+TK-ALT+ (variable)

-

+TK-APOSTROPHE+ (variable)

-

+TK-B+ (variable)

-

+TK-BACKSLASH+ (variable)

-

+TK-BACKSPACE+ (variable)

-

+TK-BKCOLOR+ (variable)

-

+TK-C+ (variable)

-

+TK-CELL-HEIGHT+ (variable)

-

+TK-CELL-WIDTH+ (variable)

-

+TK-CHAR+ (variable)

-

+TK-CLOSE+ (variable)

-

+TK-COLOR+ (variable)

-

+TK-COMMA+ (variable)

-

+TK-COMPOSITION+ (variable)

-

+TK-CONTROL+ (variable)

-

+TK-D+ (variable)

-

+TK-DELETE+ (variable)

-

+TK-DOWN+ (variable)

-

+TK-E+ (variable)

-

+TK-END+ (variable)

-

+TK-ENTER+ (variable)

-

+TK-EQUALS+ (variable)

-

+TK-ESCAPE+ (variable)

-

+TK-EVENT+ (variable)

-

+TK-F+ (variable)

-

+TK-F-1+ (variable)

-

+TK-F-10+ (variable)

-

+TK-F-11+ (variable)

-

+TK-F-12+ (variable)

-

+TK-F-2+ (variable)

-

+TK-F-3+ (variable)

-

+TK-F-4+ (variable)

-

+TK-F-5+ (variable)

-

+TK-F-6+ (variable)

-

+TK-F-7+ (variable)

-

+TK-F-8+ (variable)

-

+TK-F-9+ (variable)

-

+TK-FULLSCREEN+ (variable)

-

+TK-G+ (variable)

-

+TK-GRAVE+ (variable)

-

+TK-H+ (variable)

-

+TK-HEIGHT+ (variable)

-

+TK-HOME+ (variable)

-

+TK-I+ (variable)

-

+TK-INPUT-CANCELLED+ (variable)

-

+TK-INPUT-NONE+ (variable)

-

+TK-INSERT+ (variable)

-

+TK-J+ (variable)

-

+TK-K+ (variable)

-

+TK-KEY-RELEASED+ (variable)

-

+TK-KP-0+ (variable)

-

+TK-KP-1+ (variable)

-

+TK-KP-2+ (variable)

-

+TK-KP-3+ (variable)

-

+TK-KP-4+ (variable)

-

+TK-KP-5+ (variable)

-

+TK-KP-6+ (variable)

-

+TK-KP-7+ (variable)

-

+TK-KP-8+ (variable)

-

+TK-KP-9+ (variable)

-

+TK-KP-DIVIDE+ (variable)

-

+TK-KP-ENTER+ (variable)

-

+TK-KP-MINUS+ (variable)

-

+TK-KP-MULTIPLY+ (variable)

-

+TK-KP-PERIOD+ (variable)

-

+TK-KP-PLUS+ (variable)

-

+TK-L+ (variable)

-

+TK-LAYER+ (variable)

-

+TK-LBRACKET+ (variable)

-

+TK-LEFT+ (variable)

-

+TK-M+ (variable)

-

+TK-MINUS+ (variable)

-

+TK-MOUSE-CLICKS+ (variable)

-

+TK-MOUSE-LEFT+ (variable)

-

+TK-MOUSE-MIDDLE+ (variable)

-

+TK-MOUSE-MOVE+ (variable)

-

+TK-MOUSE-PIXEL-X+ (variable)

-

+TK-MOUSE-PIXEL-Y+ (variable)

-

+TK-MOUSE-RIGHT+ (variable)

-

+TK-MOUSE-SCROLL+ (variable)

-

+TK-MOUSE-WHEEL+ (variable)

-

+TK-MOUSE-X+ (variable)

-

+TK-MOUSE-X-1+ (variable)

-

+TK-MOUSE-X-2+ (variable)

-

+TK-MOUSE-Y+ (variable)

-

+TK-N+ (variable)

-

+TK-O+ (variable)

-

+TK-OFF+ (variable)

-

+TK-ON+ (variable)

-

+TK-P+ (variable)

-

+TK-PAGEDOWN+ (variable)

-

+TK-PAGEUP+ (variable)

-

+TK-PAUSE+ (variable)

-

+TK-PERIOD+ (variable)

-

+TK-Q+ (variable)

-

+TK-R+ (variable)

-

+TK-RBRACKET+ (variable)

-

+TK-RESIZED+ (variable)

-

+TK-RETURN+ (variable)

-

+TK-RIGHT+ (variable)

-

+TK-S+ (variable)

-

+TK-SEMICOLON+ (variable)

-

+TK-SHIFT+ (variable)

-

+TK-SLASH+ (variable)

-

+TK-SPACE+ (variable)

-

+TK-T+ (variable)

-

+TK-TAB+ (variable)

-

+TK-U+ (variable)

-

+TK-UP+ (variable)

-

+TK-V+ (variable)

-

+TK-W+ (variable)

-

+TK-WCHAR+ (variable)

-

+TK-WIDTH+ (variable)

-

+TK-X+ (variable)

-

+TK-Y+ (variable)

-

+TK-Z+ (variable)

-

COLOR-FROM-ARGB (function)

-
(COLOR-FROM-ARGB)
-
- - -

COLOR-FROM-NAME (function)

-
(COLOR-FROM-NAME)
-
- - -

COLOR-FROM-NAME-16 (function)

-
(COLOR-FROM-NAME-16)
-
- - -

COLOR-FROM-NAME-32 (function)

-
(COLOR-FROM-NAME-32)
-
- - -

COLOR-FROM-NAME-8 (function)

-
(COLOR-FROM-NAME-8)
-
- - -

COLOR-FROM-WNAME (function)

-
(COLOR-FROM-WNAME)
-
- - -

DIMENSIONS-T

-

#<STANDARD-CLASS DOCPARSER:CFFI-STRUCT>

-

TERMINAL-BKCOLOR (function)

-
(TERMINAL-BKCOLOR)
-
- - -

TERMINAL-CHECK (function)

-
(TERMINAL-CHECK)
-
- - -

TERMINAL-CLEAR (function)

-
(TERMINAL-CLEAR)
-
- - -

TERMINAL-CLEAR-AREA (function)

-
(TERMINAL-CLEAR-AREA)
-
- - -

TERMINAL-CLOSE (function)

-
(TERMINAL-CLOSE)
-
- - -

TERMINAL-COLOR (function)

-
(TERMINAL-COLOR)
-
- - -

TERMINAL-COMPOSITION (function)

-
(TERMINAL-COMPOSITION)
-
- - -

TERMINAL-CROP (function)

-
(TERMINAL-CROP)
-
- - -

TERMINAL-DELAY (function)

-
(TERMINAL-DELAY)
-
- - -

TERMINAL-FONT (function)

-
(TERMINAL-FONT)
-
- - -

TERMINAL-FONT-16 (function)

-
(TERMINAL-FONT-16)
-
- - -

TERMINAL-FONT-32 (function)

-
(TERMINAL-FONT-32)
-
- - -

TERMINAL-FONT-8 (function)

-
(TERMINAL-FONT-8)
-
- - -

TERMINAL-GET (function)

-
(TERMINAL-GET)
-
- - -

TERMINAL-GET-16 (function)

-
(TERMINAL-GET-16)
-
- - -

TERMINAL-GET-32 (function)

-
(TERMINAL-GET-32)
-
- - -

TERMINAL-GET-8 (function)

-
(TERMINAL-GET-8)
-
- - -

TERMINAL-HAS-INPUT (function)

-
(TERMINAL-HAS-INPUT)
-
- - -

TERMINAL-LAYER (function)

-
(TERMINAL-LAYER)
-
- - -

TERMINAL-MEASURE (function)

-
(TERMINAL-MEASURE)
-
- - -

TERMINAL-MEASURE-EXT (function)

-
(TERMINAL-MEASURE-EXT)
-
- - -

TERMINAL-MEASURE-EXT-16 (function)

-
(TERMINAL-MEASURE-EXT-16)
-
- - -

TERMINAL-MEASURE-EXT-32 (function)

-
(TERMINAL-MEASURE-EXT-32)
-
- - -

TERMINAL-MEASURE-EXT-8 (function)

-
(TERMINAL-MEASURE-EXT-8)
-
- - -

TERMINAL-MEASUREF (function)

-
(TERMINAL-MEASUREF)
-
- - -

TERMINAL-MEASUREF-EXT (function)

-
(TERMINAL-MEASUREF-EXT)
-
- - -

TERMINAL-OPEN (function)

-
(TERMINAL-OPEN)
-
- - -

TERMINAL-PEEK (function)

-
(TERMINAL-PEEK)
-
- - -

TERMINAL-PICK (function)

-
(TERMINAL-PICK)
-
- - -

TERMINAL-PICK-BKCOLOR (function)

-
(TERMINAL-PICK-BKCOLOR)
-
- - -

TERMINAL-PICK-COLOR (function)

-
(TERMINAL-PICK-COLOR)
-
- - -

TERMINAL-PRINT (function)

-
(TERMINAL-PRINT)
-
- - -

TERMINAL-PRINT-EXT (function)

-
(TERMINAL-PRINT-EXT)
-
- - -

TERMINAL-PRINT-EXT-16 (function)

-
(TERMINAL-PRINT-EXT-16)
-
- - -

TERMINAL-PRINT-EXT-32 (function)

-
(TERMINAL-PRINT-EXT-32)
-
- - -

TERMINAL-PRINT-EXT-8 (function)

-
(TERMINAL-PRINT-EXT-8)
-
- - -

TERMINAL-PRINTF (function)

-
(TERMINAL-PRINTF)
-
- - -

TERMINAL-PRINTF-EXT (function)

-
(TERMINAL-PRINTF-EXT)
-
- - -

TERMINAL-PUT (function)

-
(TERMINAL-PUT)
-
- - -

TERMINAL-PUT-EXT (function)

-
(TERMINAL-PUT-EXT)
-
- - -

TERMINAL-READ (function)

-
(TERMINAL-READ)
-
- - -

TERMINAL-READ-STR (function)

-
(TERMINAL-READ-STR)
-
- - -

TERMINAL-READ-STR-16 (function)

-
(TERMINAL-READ-STR-16)
-
- - -

TERMINAL-READ-STR-32 (function)

-
(TERMINAL-READ-STR-32)
-
- - -

TERMINAL-READ-STR-8 (function)

-
(TERMINAL-READ-STR-8)
-
- - -

TERMINAL-READ-WSTR (function)

-
(TERMINAL-READ-WSTR)
-
- - -

TERMINAL-REFRESH (function)

-
(TERMINAL-REFRESH)
-
- - -

TERMINAL-SET (function)

-
(TERMINAL-SET)
-
- - -

TERMINAL-SET-16 (function)

-
(TERMINAL-SET-16)
-
- - -

TERMINAL-SET-32 (function)

-
(TERMINAL-SET-32)
-
- - -

TERMINAL-SET-8 (function)

-
(TERMINAL-SET-8)
-
- - -

TERMINAL-SETF (function)

-
(TERMINAL-SETF)
-
- - -

TERMINAL-STATE (function)

-
(TERMINAL-STATE)
-
- - -

TERMINAL-VSPRINTF (function)

-
(TERMINAL-VSPRINTF)
-
- - -

TERMINAL-VSWPRINTF (function)

-
(TERMINAL-VSWPRINTF)
-
- - -

TERMINAL-WFONT (function)

-
(TERMINAL-WFONT)
-
- - -

TERMINAL-WGET (function)

-
(TERMINAL-WGET)
-
- - -

TERMINAL-WMEASURE (function)

-
(TERMINAL-WMEASURE)
-
- - -

TERMINAL-WMEASURE-EXT (function)

-
(TERMINAL-WMEASURE-EXT)
-
- - -

TERMINAL-WMEASUREF (function)

-
(TERMINAL-WMEASUREF)
-
- - -

TERMINAL-WMEASUREF-EXT (function)

-
(TERMINAL-WMEASUREF-EXT)
-
- - -

TERMINAL-WPRINT (function)

-
(TERMINAL-WPRINT)
-
- - -

TERMINAL-WPRINT-EXT (function)

-
(TERMINAL-WPRINT-EXT)
-
- - -

TERMINAL-WPRINTF (function)

-
(TERMINAL-WPRINTF)
-
- - -

TERMINAL-WPRINTF-EXT (function)

-
(TERMINAL-WPRINTF-EXT)
-
- - -

TERMINAL-WSET (function)

-
(TERMINAL-WSET)
-
- - -

TERMINAL-WSETF (function)

-
(TERMINAL-WSETF)
-
-
-

Made with Lisp and love by Steve Losh in Reykjavík, Iceland.

-
-
- - \ No newline at end of file diff -r 5e5299655012 -r a42efacba243 cl-blt/usage/index.html --- a/cl-blt/usage/index.html Mon Dec 23 16:26:26 2019 -0500 +++ b/cl-blt/usage/index.html Mon Dec 23 16:32:33 2019 -0500 @@ -3,7 +3,7 @@ Usage / cl-blt - + @@ -16,17 +16,7 @@
- + \ No newline at end of file