diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-19 19:53:53 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-19 19:55:30 +0100 |
commit | a40d93ab5a064f8f2f9696acd1b57ef3603cd2fe (patch) | |
tree | 288671ad6f1b0d8c57a00b18b04f21b827eab24d /Makefile | |
parent | minor readability improvement (diff) | |
download | libterminput-a40d93ab5a064f8f2f9696acd1b57ef3603cd2fe.tar.gz libterminput-a40d93ab5a064f8f2f9696acd1b57ef3603cd2fe.tar.bz2 libterminput-a40d93ab5a064f8f2f9696acd1b57ef3603cd2fe.tar.xz |
misc cleanup, fixes, and clarifications, and escape sequence
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,12 @@ OBJ =\ libterminput_check_utf8_char__.o\ libterminput_utf8_decode__.o\ libterminput_read_bracketed_paste__.o\ + libterminput_parse_decimal_mouse_tracking__.o\ + libterminput_parse_csi_m_mouse_tracking__.o\ + libterminput_parse_csi_t_mouse_tracking__.o\ + libterminput_parse_csi_small_t_mouse_tracking__.o\ + libterminput_parse_sequence__.o\ + libterminput_read_symbol__.o HDR =\ libterminput.h\ |