mattgately

Results 4 issues of mattgately

I fixed this issue in my local space by adding the line ``` curses.use_default_colors() ``` after the line ``` curses.start_color() ```

sc_externs.h forward declares the following functions: ``` extern "C" int sc_main( int argc, char* argv[] ); namespace sc_core { extern "C" int sc_elab_and_sim( int argc, char* argv[] ); extern "C"...

When programmatically setting an attribute to None, mark attribute as being not provided and having default value, the same is when loading from xml without a provided value. Currently just...