
A CECG chess GUI (e.g. xboard) can control the engine output with the commands "post" and "nopost".
Now I have two questions:
1) When the engine didn't receive neither "post" nor "nopost" (.e.g. from command line), what is the expected engine behaviour? Post or NoPost?
2) What is the corresponding UCI command? With "info" the information is sent to GUI, but how can one control this output (switch on/off)?
Thank you