Changeset 67e5ba36


Ignore:
Timestamp:
Jul 17, 2011, 6:54:36 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
14c15d9, b0f5fe8, 375df9c, 4cb1aa2b
Parents:
b711711
git-author:
David Benjamin <davidben@mit.edu> (07/10/11 21:51:10)
git-committer:
David Benjamin <davidben@mit.edu> (07/17/11 18:54:36)
Message:
Include the ncursesw headers

They're apparently supposed to be compatible with the standard ones, but
we get wchar_t versions of various functions and should be able to
eliminate libncurses5-dev from the build deps.

We also get setcchar, wbkgrndset, and friends which are needed to
properly handle ext-colors in some cases.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r16cf182d r67e5ba36  
    1818#ifndef OWL_PERL
    1919#define NCURSES_ENABLE_STDBOOL_H 1
    20 #include <curses.h>
    21 #include <panel.h>
     20#include <ncursesw/curses.h>
     21#include <ncursesw/panel.h>
    2222#endif
    2323#include <sys/param.h>
  • tester.c

    r0ba7333 r67e5ba36  
    1010
    1111#undef instr
    12 #include <curses.h>
     12#include <ncursesw/curses.h>
    1313
    1414owl_global g;
Note: See TracChangeset for help on using the changeset viewer.