diff options
author | nicm <nicm> | 2020-05-16 14:26:33 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-16 14:26:33 +0000 |
commit | a29196ca6a6401053d3a17d0ffe2d560918683a4 (patch) | |
tree | c20e7910c7270813ee83d173023340b40a022f4d /tty-features.c | |
parent | 4e0a718666e3c24e69be107d0a294a9ae9f59388 (diff) | |
download | rtmux-a29196ca6a6401053d3a17d0ffe2d560918683a4.tar.gz rtmux-a29196ca6a6401053d3a17d0ffe2d560918683a4.tar.bz2 rtmux-a29196ca6a6401053d3a17d0ffe2d560918683a4.zip |
Build list of paths and weed out duplicates before loading configs, and
add TMUX_SOCK like TMUX_PATH for the socket directory.
Diffstat (limited to 'tty-features.c')
-rw-r--r-- | tty-features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-features.c b/tty-features.c index 9eb446d4..7505c96b 100644 --- a/tty-features.c +++ b/tty-features.c @@ -27,7 +27,7 @@ * Still hardcoded: * - bracket paste (sent if application asks for it); * - mouse (under kmous capability); - * - focus events (under focus-events option); + * - focus events (under XT and focus-events option); * - default colours (under AX or op capabilities); * - AIX colours (under colors >= 16); * - alternate escape (under XT). |