This commit is contained in:
Kovid Goyal 2016-12-01 11:31:06 +05:30
parent 7f7d826365
commit 02fec34629

View File

@ -1184,7 +1184,6 @@ static PyMemberDef members[] = {
{"columns", T_UINT, offsetof(Screen, columns), READONLY, "columns"},
{"margin_top", T_UINT, offsetof(Screen, margin_top), READONLY, "margin_top"},
{"margin_bottom", T_UINT, offsetof(Screen, margin_bottom), READONLY, "margin_bottom"},
{"charset", T_UINT, offsetof(Screen, charset), READONLY, "charset"},
{NULL}
};