From a40d93ab5a064f8f2f9696acd1b57ef3603cd2fe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 19 Feb 2025 19:53:53 +0100 Subject: misc cleanup, fixes, and clarifications, and escape sequence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e958335..552a2e3 100644 --- a/Makefile +++ b/Makefile @@ -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\ -- cgit v1.2.3-70-g09d2