diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-14 15:38:49 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-14 17:55:41 +0200 |
commit | 0bfb13655c02c75b0e1cc864a81996e58cd5c7b4 (patch) | |
tree | bce0c60337beda47d632511f0f4e0afd9bb7eb17 /CMakeLists.txt | |
parent | 78c0cd443d7e302fac6448db9d776c02a185d084 (diff) | |
download | termo-0bfb13655c02c75b0e1cc864a81996e58cd5c7b4.tar.gz termo-0bfb13655c02c75b0e1cc864a81996e58cd5c7b4.tar.xz termo-0bfb13655c02c75b0e1cc864a81996e58cd5c7b4.zip |
Implement de/focus event parsing
So far there is no way to set it up, I'm not sure how to go about it.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f60e7c8..d13c860 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,6 +147,7 @@ set (project_tests 30mouse 31position 32modereport + 33focus 39csi) if (BUILD_TESTING) |