Changeset 7b4f3be for owl.h


Ignore:
Timestamp:
May 1, 2011, 5:29:25 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
1753ea0, 3fa0181
Parents:
9efa5bd
git-author:
David Benjamin <davidben@mit.edu> (04/26/11 21:46:58)
git-committer:
David Benjamin <davidben@mit.edu> (05/01/11 17:29:25)
Message:
Punt owl_global_hascolors

There's not much point as we're hardly abstracting ncurses away. Either
call has_colors directly or just don't bother and let another layer take
care of it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r9efa5bd r7b4f3be  
    610610  char *startupargs;
    611611  int nextmsgid;
    612   int hascolors;
    613612  owl_colorpair_mgr cpmgr;
    614613  pid_t newmsgproc_pid;
Note: See TracChangeset for help on using the changeset viewer.