Changeset 12c35df for variable.c


Ignore:
Timestamp:
Oct 28, 2003, 7:56:35 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
cee1f25
Parents:
faf71b5
Message:
Fixed replies to loopback messages
Fixed smartnarrow on classes/instances with spaces
Don't allow duplicates in command history
Added the 'loggingdirection' variable
All loopback messages log to 'loopback' now
Print an error message if trying an invalid color for a filter
Fixed bug causing > not to go to end of editwin every time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    rc15bbfb r12c35df  
    111111               "The filename in that directory is derived from\n"
    112112               "the name of the class to which the message was sent.\n" ),
     113
     114  OWLVAR_ENUM( "loggingdirection" /* %OwlVarStub */, OWL_LOGGING_DIRECTION_BOTH,
     115               "specifices which kind of messages should be logged",
     116               "Can be one of 'both', 'in', or 'out'.  If 'in' is\n"
     117               "selected, only incoming messages are logged, if 'out'\n"
     118               "is selected only outgoing messages are logged.  If 'both'\n"
     119               "is selected both incoming and outgoing messages are\n"
     120               "logged.",
     121               "both,in,out"),
    113122
    114123  OWLVAR_BOOL( "colorztext" /* %OwlVarStub */, 1,
Note: See TracChangeset for help on using the changeset viewer.