Skip to content
  • Jens Korinth's avatar
    Fix ctrl+c handling in tapasco_benchmark · 7a751bf9
    Jens Korinth authored
    * unfortunately, ncurses needs to trap signals, so the last version did
      not work correctly
    * now using raw mode to check for ctrl+c directly
    * also moved ncurses initialization into main, instead of the
      measurement classes
    7a751bf9