Danny Milosavljevic <[email protected]> skribis: > On Mon, 19 Feb 2018 16:54:44 +0100 > [email protected] (Ludovic Courtès) wrote: > >> Commenting out (display "\x1b%G" (fdes->outport fd)) in (gnu services >> base) appear to solve the problem. It seems that it used to affect just >> the terminal behind FD and now somehow broadcasts to all existing >> terminals? > > It was a bad idea to do the "\x1b%G" in the first place.
Commit ce0a62f6c5c8ea486869360f654356777cdf918e gets rid of that. I’ve also pushed the switch to “VMchannel” as commit 27a2c9c3e071fdb380c2f4f389b7cf4008dc75f7. Thanks, Ludo’.
