view main.h @ 1:08df60a01bc1

debug flag, handle input with signal
author John W. Eaton <jwe@octave.org>
date Mon, 20 May 2019 13:45:58 -0400
parents dff751fb985c
children b97ffa8e4019
line wrap: on
line source

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