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/grid/package.lisp

    r26 r28  
    11(defpackage #:grid
    2   (:use #:cl #:display-string #:dso-util)
     2  (:use #:cl #:dso-util #:tui-display-string)
    33  (:export #:rows #:columns #:item #:uses-display-strings #:row-scroll
    44           #:column-scroll #:make-grid #:draw))
Note: See TracChangeset for help on using the changeset viewer.