Added TERM_PROGRAM and TERM_PROGRAM_VERSION environment variables to the new terminal instances (SpartanJ/ecode#878).

This commit is contained in:
Martín Lucas Golini
2026-04-14 18:32:14 -03:00
parent 04db5aa2f7
commit 530c869a02
3 changed files with 29 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ class EE_API Version {
static Uint32 getVersionNum();
/** @return The library version name: "eepp version major.minor.patch" */
static std::string getVersionName();
static std::string getVersionName( bool fullName = true );
/** @return The version codename */
static std::string getCodename();