jeaye / ncurses-rs

A low-level ncurses wrapper for Rust
Other
685 stars 99 forks source link

Flipped `x` and `y` argument names in `derwin` to match `curses.h`. #189

Closed AndreasOlofsson closed 5 years ago

AndreasOlofsson commented 5 years ago

Simply changes the argument names to match curses.h. The naming change doesn't change the purpose of the arguments so there will be no compatibility issues, the names just reflect their actual use now.

jeaye commented 5 years ago

Thank you!