Changeset 601733d for owl.h


Ignore:
Timestamp:
Jul 30, 2008, 6:35:08 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
731dd1e
Parents:
bfc127b
Message:
The color default has been -1 for a while now, so we match what curses thinks.
We shouldn't also believe that -1 means invalid color.
Adding OWL_COLOR_INVALID (-2) and using that in place of -1 when checking for invalid colors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd7a3188 r601733d  
    100100#define OWL_COLOR_WHITE     7
    101101#define OWL_COLOR_DEFAULT   -1
     102#define OWL_COLOR_INVALID   -2
    102103
    103104#define OWL_EDITWIN_STYLE_MULTILINE 0
Note: See TracChangeset for help on using the changeset viewer.