diff --git a/source/deimos/curses.di b/source/deimos/curses.di index 2eb06ce..31e8a57 100644 --- a/source/deimos/curses.di +++ b/source/deimos/curses.di @@ -1024,7 +1024,7 @@ void getsyx(Y,X)(ref Y y,ref X x) { } } -void getsyx(Y,X)(ref Y y,ref X x) { +void setsyx(Y,X)(Y y,X x) { pragma(inline, true); if (newscr) { if ((y) == -1 && (x) == -1)