Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0
aalib
aalib-ncurses-6.0-accessors.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aalib-ncurses-6.0-accessors.patch of Package aalib
Index: aalib-1.4.0/src/aacurses.c =================================================================== --- aalib-1.4.0.orig/src/aacurses.c +++ aalib-1.4.0/src/aacurses.c @@ -71,8 +71,8 @@ static void curses_getsize(aa_context * { if (__resized_curses) curses_uninit(c), curses_init(&c->params, NULL,&c->driverparams, NULL), __resized_curses = 0; - *width = stdscr->_maxx + 1; - *height = stdscr->_maxy + 1; + *width = getmaxx(stdscr) + 1; + *height = getmaxy(stdscr) + 1; #ifdef GPM_MOUSEDRIVER gpm_mx = *width; gpm_my = *height;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor