Ignore:
Timestamp:
11/03/2007 01:59:12 AM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071103015912-8vledq756a3oa45e
Message:

Modified text-output to allow *not* moving the cursor.
Added display-strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tag/last-working/tui.asd

    r22 r22.1.1  
    22
    33(asdf:defsystem #:tui
    4   :depends-on (#:cffi #:dso-util)
     4  :depends-on (#:cffi #:cl-ppcre #:dso-lex #:dso-util)
    55  :components (#|(:file "curses")|#
    66               (:file "cdk")
     7               (:file "display-string"
     8                      :depends-on ("cdk"))
    79               (:module "grid"
    810                        :depends-on ("cdk")
Note: See TracChangeset for help on using the changeset viewer.