Ignore:
Timestamp:
10/18/2007 03:19:37 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071018151937-126h3altfrx96ahq
Message:

Changed drawing once again, to place cursor at end of entry.
Added parameters to control drawing style.
Made a nice constructor.
Exported symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tag/last-working/cdk.lisp

    r8 r10  
    132132    (move-and-add-char window y (+ x i) (aref s i))))
    133133
     134(defcfun ("wmove" c-wmove) :int
     135  (window :pointer)
     136  (y :int)
     137  (x :int))
     138
    134139(defcfun ("wrefresh" c-refresh-window) :int
    135140  (window :pointer))
Note: See TracChangeset for help on using the changeset viewer.