view contrib/fuzz/pyutil.h @ 41702:a22321f2b1ee

chistedit: use magenta for current line as in crecord (issue6071) It was inconsistent in the UI to have different way to show the current line.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 13 Feb 2019 16:58:24 -0500
parents ef103c96ed33
children 8766728dbce6
line wrap: on
line source

#include <Python.h>

namespace contrib
{

void initpy(const char *cselfpath);
PyObject *pyglobals();

} /* namespace contrib */