It's common for terminals to set the TERM_PROGRAM environment variable to something that identifies the terminal; this can be a handy diagnostic for those of us who develop code that runs inside terminals. Would you consider adding this to rio so that it identifies itself?
Also not uncommon is TERM_PROGRAM_VERSION for the version number.
It's common for terminals to set the
TERM_PROGRAMenvironment variable to something that identifies the terminal; this can be a handy diagnostic for those of us who develop code that runs inside terminals. Would you consider adding this to rio so that it identifies itself?Also not uncommon is
TERM_PROGRAM_VERSIONfor the version number.