diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 17:56:45 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 17:56:45 +0100 |
commit | 0d3fdae7b623bd992b1fd2058e59920b2efd47da (patch) | |
tree | 514c4bd5bf24ab6617cc11157f817cd245f0fd30 /tty-features.c | |
parent | f87be8d0521436c47151233f781794dee94fc1df (diff) | |
download | rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.tar.gz rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.tar.bz2 rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.zip |
Build list of paths and weed out duplicates before loading configs.
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). |