Message158601
| Author | vstinner |
|---|---|
| Recipients | phaering, rpetrov, vstinner |
| Date | 2012-04-18.11:13:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1334747594.74.0.633805387198.issue14598@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You should remove the old code instead of comment it. +/* NOTE configure check if ncurses require such definition #define NCURSES_OPAQUE 0 +*/ +/* NOTE configure check for existence of flags + * Also flags are visible only if WINDOW structure is not opaque #ifndef WINDOW_HAS_FLAGS #define WINDOW_HAS_FLAGS 1 #endif +*/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-18 11:13:14 | vstinner | set | recipients: + vstinner, rpetrov, phaering |
| 2012-04-18 11:13:14 | vstinner | set | messageid: <1334747594.74.0.633805387198.issue14598@psf.upfronthosting.co.za> |
| 2012-04-18 11:13:14 | vstinner | link | issue14598 messages |
| 2012-04-18 11:13:14 | vstinner | create | |