...
This commit is contained in:
parent
7f7d826365
commit
02fec34629
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue