This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients nemesis, vstinner
Date 2008-11-03.16:53:14
SpamBayes Score 0.0012756975
Marked as misclassified No
Message-id <200811031752.55395.victor.stinner@haypocalc.com>
In-reply-to <1225730165.77.0.551671726874.issue4254@psf.upfronthosting.co.za>
Content
> i use this to get updated versions of curses.COLS and curses.LINES in
> the fact of an curses.KEY_RESIZE event.

I didn't know this event. Is a key in a special keyboard? Or an event raised 
by some curses internals?

> Updates curses.LINES and curses.COLS

Your documentation is incomplete. You may reused this comment:

/* Internal helper used for updating curses.LINES, curses.COLS, 
 * _curses.LINES and _curses.COLS */

Oh I just realized that _curses functions have no documentation, great :-/

> It's my first day here on the issue tracker.

Welcome on the tracker ;-)
History
Date User Action Args
2008-11-03 16:53:16vstinnersetrecipients: + vstinner, nemesis
2008-11-03 16:53:15vstinnerlinkissue4254 messages
2008-11-03 16:53:15vstinnercreate