mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[python] spelling
This commit is contained in:
parent
821b2929b5
commit
80bff7a687
@ -39,7 +39,7 @@ python_ncstrwidth(PyObject *Py_UNUSED(self), PyObject *args)
|
||||
{
|
||||
const char *s = NULL;
|
||||
|
||||
GNU_PY_CHECK_BOOL(PyArg_ParseTuple(args, "s", &s));
|
||||
GNU_PY_CHECK_BOOL(PyArg_ParseTuple(args, "s", &s, NULL, NULL));
|
||||
|
||||
return Py_BuildValue("i", ncstrwidth(s));
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ Ncplane_create(NcPlaneObject *self, PyObject *args, PyObject *kwds)
|
||||
int y = 0, x = 0;
|
||||
unsigned rows = 0, cols = 0;
|
||||
const char *name = NULL;
|
||||
// TODO reseize callback
|
||||
// TODO resize callback
|
||||
unsigned long long flags = 0;
|
||||
int margin_b = 0, margin_r = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user