We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b3c34 commit 9ebb6daCopy full SHA for 9ebb6da
source/deimos/ncurses/curses.d
@@ -719,8 +719,7 @@ int refresh()()
719
int resetty();
720
int reset_prog_mode();
721
int reset_shell_mode();
722
-//TODO
723
-__gshared int function(int line, int function(WINDOW* win, int cols) init) ripoffline;
+int ripoffline(int line, int function(WINDOW* win, int cols) init);
724
int savetty();
725
int scanw(const char* fmt, ...);
726
int scr_dump(char *filename);
@@ -917,7 +916,7 @@ int getpary(U:WINDOW*)(U win)
917
916
/*
918
* vid_attr() was implemented originally based on a draft of X/Open curses.
919
*/
920
-int vid_attr(chtype a, ...)
+int vid_attr()(chtype a, ...)
921
{ return vidattr(a); }
922
923
0 commit comments