diff options
Diffstat (limited to 'src/curses/slk_attr_off.c')
| -rw-r--r-- | src/curses/slk_attr_off.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/curses/slk_attr_off.c b/src/curses/slk_attr_off.c new file mode 100644 index 00000000..ad9ec4f1 --- /dev/null +++ b/src/curses/slk_attr_off.c @@ -0,0 +1,11 @@ +#include <curses.h> + +int slk_attr_off(const chtype attrs, void * opts) +{ + return ERR; +} + +/* +XOPEN(400) +LINK(curses) +*/ |
