Public bug reported:
Using the following code I cant move the window with mvwin
#include
#include
void quit();
int main(int argc, char** argv) {
initscr();
atexit(quit);
curs_set(0);
noecho();
WINDOW *win = newwin(0,0,0,0)
** Summary changed:
- mvwin doesn't work if window is window is created with zero coordinates.
+ mvwin doesn't work if window is created with zero coordinates.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne