Currently, the escape char is ^\ which is impossible to type in with an European keyboard layout and two keys: German, French, Italian, etc. Though, one can use -e, it is extremely exhausting to provide this every time. Therefore, I propose to either move this to a compile time option: --with-escape-char=... or have an env var for that: DTACH_ESCAPE_CHAR. It would make life way easier for non-English users.
If we agree on some option, I can try to work out a patch.
Currently, the escape char is
^\which is impossible to type in with an European keyboard layout and two keys: German, French, Italian, etc. Though, one can use-e, it is extremely exhausting to provide this every time. Therefore, I propose to either move this to a compile time option:--with-escape-char=...or have an env var for that:DTACH_ESCAPE_CHAR. It would make life way easier for non-English users.If we agree on some option, I can try to work out a patch.