1
Help / Re: Debugging problem in a console application with ncurses library
« Last post by Krice on Today at 11:45:26 am »It appears that by default C::B runs a console application in a xterm terminal. If xterm is not installed the program is not displayed.
Not true. It runs whatever is set in the options for terminal, in Fedora it runs default gnome terminal. I have xterm installed and I'm using it because gnome terminal doesn't have correct 16 EGA colors for the project I'm programming (and I can also set it to 80x24 size which is typical for roguelikes). I think gnome terminal has less than 16 colors in fact, because some text doesn't show when running ncurses project which is using 16 colors. So, if someone has a solution for this I'm waiting, but it's not critical, because you can run your program with gdb from command line and get stack trace in case of crash etc.