Ignore:
Timestamp:
11/13/2007 04:31:46 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071113163146-2c9661gfdiyqnwbf
Message:

Modified colormap.
Fixed flat-menu to work with other new code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/window/screen.lisp

    r41 r48  
    3636            (dotimes (i 63)
    3737              (let ((j (1+ i)))
    38                 (init-pair j (floor j 8) (mod j 8))))
     38                (init-pair j (mod j 8) (floor j 8))))
    3939            (let ((,screen (make-instance 'screen-window :ptr ,ptr)))
    4040              ,@body)
Note: See TracChangeset for help on using the changeset viewer.