Would you please let me know how one could send programmatically the Ctrl-C keystroke, needed for breaking the current application, into a specific window of a particular screen session? The "screen -x <sessionName> -p <windowTitle> -X break" command, which could make this, as one might suppose, does not work really.