view main.h @ 5:54edd85237ab

use signal to send input to qt interpreter object
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 18:07:37 -0400
parents b97ffa8e4019
children
line wrap: on
line source

#if ! defined (calc_main_h)
#define calc_main_h 1

namespace calc
{
  extern bool tty_mode;
  extern bool debug_mode;
}

#endif