commit | 3d4e649df8acffe3abbd27f393ef1cc981ea2580 | [log] [tgz] |
---|---|---|
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | Mon Aug 20 18:13:43 2018 +0900 |
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | Wed Aug 22 14:24:42 2018 +0900 |
tree | ba2fafe6ca3d3797524aa36b551da140bba41f3b | |
parent | 81278f84dffd7e499c5fb5be1e1685300ac28387 [diff] |
_frontend/linuxapp.py: Fix special casing around desktop notification escape sequence Now we allow the notification to happen on any TERM which starts with 'xterm' or 'vte', and we only do it if the VTE_VERSION is >= 4600, where we know for sure that VTE will not print garbage on the terminal. Fixes #385