I've also got a problem, I don't know if it's related to this.
I use Geany 1.29 and LXTerminal 0.3.0 on Lubuntu 17.04.
A simple code to test it:

#include <iostream>

int main()
{
	std::cout << "bla";
}

Pressing F9 to build, then F5 to execute results in:
screenshot
I'm not sure if it's geany's fault.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.