Changeset 12c35df for owl.h


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
  • owl.h

    rfaf71b5 r12c35df  
    1919static const char owl_h_fileIdent[] = "$Id$";
    2020
    21 #define OWL_VERSION         2.0.11
    22 #define OWL_VERSION_STRING "2.0.11"
     21#define OWL_VERSION         2.0.12-pre-1
     22#define OWL_VERSION_STRING "2.0.12-pre-1"
    2323
    2424/* Feature that is being tested to redirect stderr through a pipe.
     
    7474#define OWL_DIRECTION_DOWNWARDS 1
    7575#define OWL_DIRECTION_UPWARDS   2
     76
     77#define OWL_LOGGING_DIRECTION_BOTH 0
     78#define OWL_LOGGING_DIRECTION_IN   1
     79#define OWL_LOGGING_DIRECTION_OUT  2
    7680
    7781#define OWL_SCROLLMODE_NORMAL      0
     
    355359  int touched;
    356360  int partial;
     361  int repeats;
    357362} owl_history;
    358363
Note: See TracChangeset for help on using the changeset viewer.