coduin / epiphany-bsp

BSP implementation for the Parallella; the world's smallest supercomputer
https://jwbuurlage.github.io/epiphany-bsp/
GNU General Public License v3.0
27 stars 14 forks source link

Redirect stdout when using inspector, and allow signals within ncurses #19

Closed jwbuurlage closed 9 years ago

jwbuurlage commented 9 years ago

Currently ebsp_message() writes simply to stdout when you use the hex-inspector. Instead we should use an approach as outlined here: https://stackoverflow.com/questions/14718441/manipulating-stdout-getting-control-and-filtering-it.

Furthermore CTRL+{C,D,} should work within ncurses, and should exit gracefully (i.e. should finalize Epiphany system).

jwbuurlage commented 9 years ago

Implementation of the inspector has been put on hold for now.