From 37d0005a9e651f366076c930019464d162506a57 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 5 Nov 2018 22:24:05 +0100 Subject: 43747: new module to map colours from hex triplets to the nearest matching colour --- Src/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index cec914329..e7e62e2f7 100644 --- a/Src/init.c +++ b/Src/init.c @@ -94,6 +94,7 @@ mod_export struct hookdef zshhooks[] = { HOOKDEF("exit", NULL, HOOKF_ALL), HOOKDEF("before_trap", NULL, HOOKF_ALL), HOOKDEF("after_trap", NULL, HOOKF_ALL), + HOOKDEF("get_color_attr", NULL, HOOKF_ALL), }; /* keep executing lists until EOF found */ -- cgit 1.4.1