Altera_Forum
Honored Contributor
21 years agoWay to use CTRL-C w/o exiting nios2-terminal?
There are a lot of times when I need to stop a process that I've started by using CTRL-C, or perhaps suspend it with CTRL-Z. I do this all the time on my Linux development box. The problem with the Nios II IDE is that the nios2-terminal shell uses these same controls.
Is there a way to use CTRL-C and/or CTRL-Z functionality without exiting from the nios2-terminal? Is there an escape sequence that can be used? Can these controls be reassigned for the Nios II IDE shell? Currently I've been running all of my programs in the background (i.e. appending a "&" at the end of the command line), but this is starting to get annoying. Does anyone have a suggestion?