removed __ACS_LOOKUP in ncurses
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 26 Apr 2022 18:57:33 +0000 (13:57 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 26 Apr 2022 18:57:33 +0000 (13:57 -0500)
modules/ncurses/module.onyx
modules/ncurses/ncurses.c
modules/ncurses/onyx_ncurses.so

index d77c728e4a9c5271692397ba6cf7232917ed65a6..4b1ca1c199de41bc114976f28356df79ce9b5e7e 100644 (file)
@@ -49,8 +49,6 @@ void __get_par_yx(WINDOW *w, int *y, int *x) { getparyx(w, *y, *x); }
 void __get_beg_yx(WINDOW *w, int *y, int *x) { getbegyx(w, *y, *x); }
 void __get_max_yx(WINDOW *w, int *y, int *x) { getmaxyx(w, *y, *x); }
 
-chtype __ACS_LOOKUP(int a) { return NCURSES_ACS(a); }
-
 """
     cast_map :: (#type struct {type: type_expr; name: str;}).[
         .{ WINDOW, "WINDOW *" },
index cb880b1c5c5c1c89f4028dbf5ac4f4fc54e3caae..8ccc641c36594668966698dd560484bcba18a234 100644 (file)
@@ -10,8 +10,6 @@ void __get_par_yx(WINDOW *w, int *y, int *x) { getparyx(w, *y, *x); }
 void __get_beg_yx(WINDOW *w, int *y, int *x) { getbegyx(w, *y, *x); }
 void __get_max_yx(WINDOW *w, int *y, int *x) { getmaxyx(w, *y, *x); }
 
-chtype __ACS_LOOKUP(int a) { return NCURSES_ACS(a); }
-
 
 
 #define ONYX_LIBRARY_NAME onyx_ncurses
index 857b36b66b7b39c57f65a1a71d76667f6f88088e..ca0c57c57da270458262de8f7c0425096fc8c0d4 100755 (executable)
Binary files a/modules/ncurses/onyx_ncurses.so and b/modules/ncurses/onyx_ncurses.so differ