- Avoid accessing window properties directly, instead, use accessors. This should be no-op for now, but allows the code to work if we move to NCURSES_OPAQUE.
- Use calloc() instead of malloc+bzero.
MFC after: 2 weeks
- Avoid accessing window properties directly, instead, use accessors. Tags None Referenced Files None Subscribers None
Description
Details
|