Changeset main,28 for main/tui.asd


Ignore:
Timestamp:
11/04/2007 06:19:33 AM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui-new
revision id:
dsowen@fugue88.ws-20071104061933-b5oiof728551luy5
Message:

Major overhaul to get rid of CDK stuff, and modularize all the ncurses stuff.
Using CLOS for genericity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/tui.asd

    r25 r28  
    55  :components (#|(:file "curses")|#
    66               (:file "cdk")
     7               (:module "window"
     8                        :depends-on ("cdk")
     9                        :components ((:file "generic")
     10                                     (:file "screen"
     11                                            :depends-on ("generic"))))
     12               (:file "cursor"
     13                      :depends-on ("window"))
     14               (:file "output"
     15                      :depends-on ("cursor" "window"))
    716               (:file "display-string"
    817                      ;; "input" only for testing
Note: See TracChangeset for help on using the changeset viewer.