When I use the debugger plugin with an ncurses-based program, in the Geany debug terminal tab, I get a message "Error opening terminal: unknown". Is there a work-around so that my program could "see" the debug terminal?
Closed #1074.
@elextr suggested that the TERM environmental variable might be a factor, so I set that on the Target tab -> environmental variables like so:
`TERM=xterm-256color`
github-comments@lists.geany.org