mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 04:56:36 +02:00
auto-completion for paths when sending file & improved auto-complete algorithm to do partial matches
This commit is contained in:
@ -22,7 +22,7 @@ CFLAGS += $(USER_CFLAGS)
|
||||
LDFLAGS = $(USER_LDFLAGS)
|
||||
|
||||
OBJ = chat.o chat_commands.o configdir.o dns.o execute.o file_senders.o
|
||||
OBJ += friendlist.o global_commands.o groupchat.o line_info.o input.o help.o
|
||||
OBJ += friendlist.o global_commands.o groupchat.o line_info.o input.o help.o autocomplete.o
|
||||
OBJ += log.o misc_tools.o prompt.o settings.o toxic.o toxic_strings.o windows.o
|
||||
|
||||
# Variables for audio support
|
||||
|
Reference in New Issue
Block a user