mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
[python] fix type
This commit is contained in:
parent
2f7b6e711f
commit
ff27a0f40a
@ -32,7 +32,7 @@ Ncplane_create(NcPlaneObject *self, PyObject *args, PyObject *kwds)
|
||||
const char *name = NULL;
|
||||
// TODO resize callback
|
||||
unsigned long long flags = 0;
|
||||
int margin_b = 0, margin_r = 0;
|
||||
unsigned int margin_b = 0, margin_r = 0;
|
||||
|
||||
char *keywords[] = {"rows", "cols",
|
||||
"y_pos", "x_pos",
|
||||
|
Loading…
Reference in New Issue
Block a user