diff options
| author | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:52:12 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:52:12 -0400 |
| commit | c93dd9bc67485586f3fad4958e70a1fd3c83c2d4 (patch) | |
| tree | 70dccb9034eceaa3d8df4330207c3d7756e0334e /src/curses/attr_off.c | |
| parent | efeeb5db9e8178a5f0ade3f99832782ab0cb4442 (diff) | |
split out curses
Diffstat (limited to 'src/curses/attr_off.c')
| -rw-r--r-- | src/curses/attr_off.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/curses/attr_off.c b/src/curses/attr_off.c deleted file mode 100644 index 04028825..00000000 --- a/src/curses/attr_off.c +++ /dev/null @@ -1,14 +0,0 @@ -#include <curses.h> -#include "_curses.h" - -int wattr_off(WINDOW * win, attr_t attrs, void * opts) -{ - return ERR; -} - -CURSES_WFN2(int, attr_off, attr_t, void *) - -/* -XOPEN(400) -LINK(curses) -*/ |
