Changeset 6621


Ignore:
Timestamp:
May 28, 2007, 12:45:41 AM (18 years ago)
Author:
Gary Byers
Message:

Invert defaults for listener input/output styles (output is now bold,
input regular by default.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/cocoa-listener.lisp

    r6613 r6621  
    1010(def-cocoa-default *listener-columns* :int 80 "Initial height of listener windows, in characters")
    1111
    12 (def-cocoa-default hi::*listener-output-style* :int 0 "Text style index for listener output")
    13 
    14 (def-cocoa-default hi::*listener-input-style* :int 1 "Text style index for listener output")
     12(def-cocoa-default hi::*listener-output-style* :int 1 "Text style index for listener output")
     13
     14(def-cocoa-default hi::*listener-input-style* :int 0 "Text style index for listener output")
    1515
    1616(def-cocoa-default *listener-background-red-component* :float 0.90f0 "Red component of editor background color.  Should be a float between 0.0 and 1.0, inclusive.")
Note: See TracChangeset for help on using the changeset viewer.