billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=850ffa30d67db1c6a5c009122586fa64001c929c
commit 850ffa30d67db1c6a5c009122586fa64001c929c Author: Boris Faure <[email protected]> Date: Thu May 7 00:25:37 2020 +0200 changelog/news: about new escape code on term program + version + env variables --- ChangeLog | 2 ++ NEWS | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07e67ed..f5ad767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ * Add croatian translation * Removed video settings * Handle invalid values on OS escape codes + * Handle escape code used to display terminal program and version + * Set environment variables TERM_PROGRAM and TERM_PROGRAM_VERSION * Better handle reads and writes on EINTR/EAGAIN 2019-11-16 diff --git a/NEWS b/NEWS index 200de66..55f9c0b 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ Additions: * Dragging tabs outside the tab bar can be used to create new splits or tabs * Add Croatian translation + * Handle escape code used to display terminal program and version + * Set environment variables TERM_PROGRAM and TERM_PROGRAM_VERSION Improvements: * Memory accounting of the backlogs. Seen under the Behavior tab on the --
