Re: [PATCH weston] Ignore the OSC code for desktop notifications

2016-11-21 Thread Daniel Stone
Hi Dima, On 4 November 2016 at 06:46, Dima Ryazanov wrote: > In Fedora, bash is configured to display a desktop notification when a command > finishes (and the terminal is not focused). weston-terminal complains about > it; > let's silence it. I have no clue about terminal escape codes, but equ

[PATCH weston] Ignore the OSC code for desktop notifications

2016-11-03 Thread Dima Ryazanov
In Fedora, bash is configured to display a desktop notification when a command finishes (and the terminal is not focused). weston-terminal complains about it; let's silence it. Signed-off-by: Dima Ryazanov --- clients/terminal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/termi