foot/doc
Daniel Eklöf a2f765b72a
slave: unset TERM_PROGRAM{,_VERSION}
Foot’s policy is to not set environment variables that identifies
it (except the well-known and established `TERM` variable).

We encourage applications to use terminfo to determine capabilities,
or terminal queries, when available. Or, at least use terminal queries
to detect the terminal and its version.

Setting environment variables is a bad idea since they are inherited
by all applications started by the terminal (which is the whole
point). But, this includes other terminal emulators, making it very
possible a terminal emulator gets mis-detected just because it was
started from another terminal.

Since there are a couple of terminal emulators that _do_ set
TERM_PROGRAM and TERM_PROGRAM_VERSION, unset these environment
variables to avoid being misdetected.

Closes #1349
2023-05-18 17:50:48 +02:00
..
benchmark.md doc: benchmarks: update with desktop results for 1.12.1 (r9) 2022-05-12 13:10:24 +02:00
foot-ctlseqs.7.scd csi: implement "CSI ? m" 2023-04-26 18:30:09 +02:00
foot.1.scd slave: unset TERM_PROGRAM{,_VERSION} 2023-05-18 17:50:48 +02:00
foot.ini.5.scd fix typos 2023-03-29 00:45:18 +03:00
footclient.1.scd slave: unset TERM_PROGRAM{,_VERSION} 2023-05-18 17:50:48 +02:00
meson.build Add support for creating utmp records 2022-09-23 23:02:25 +02:00
sixel-wow.png README: add screenshot of sixel graphics 2020-02-22 22:04:28 +01:00