History log of /freebsd-10-stable/usr.bin/systat/pigs.c
Revision Date Author Comments
# 288163 23-Sep-2015 delphij

MFC r287633:

- 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.


# 288163 23-Sep-2015 delphij

MFC r287633:

- 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.