Changeset 1fd0b25 for owl.h


Ignore:
Timestamp:
Aug 17, 2002, 10:31:35 AM (22 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:
37c27cf
Parents:
8509c08
Message:
Added the 'search' command.
'/' is a keybinding for 'search'
'?' is a keybinding for 'search -r'
Fixed stristr, which was completely broken
renamed owl_fmtext_ztext_stylestrip to owl_function_ztext_styletsrip
     and put it in functions.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r8509c08 r1fd0b25  
    1212static const char owl_h_fileIdent[] = "$Id$";
    1313
    14 #define OWL_VERSION         1.2.1
    15 #define OWL_VERSION_STRING "1.2.1"
     14#define OWL_VERSION         1.2.2
     15#define OWL_VERSION_STRING "1.2.2"
    1616
    1717#define OWL_DEBUG 0
     
    384384  int hascolors;
    385385  int colorpairs;
     386  int searchactive;
     387  char *searchstring;
    386388  owl_filterelement fe_true;
    387389  owl_filterelement fe_false;
Note: See TracChangeset for help on using the changeset viewer.