diff options
author | bx | 2023-01-22 08:51:12 +0000 |
---|---|---|
committer | bx | 2023-01-22 08:51:12 +0000 |
commit | 7bae4f2285f4d53e0b1e873ea84c504aab725a19 (patch) | |
tree | 5ffdc8f4281ef6de94553864d893a8cc7aac2464 /Makefile | |
parent | 91ad4c416345b32e90c02b3f25581a1c41e00053 (diff) |
changed colors to be based on nicks, and to mirror gur colours used by weechat 2.8, also changed usernames to be aligned, max 12 chars
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index e8ef63a..27fa332 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ OBJS += ui.o OBJS += url.o OBJS += window.o OBJS += xdg.o +OBJS += weechat_nick_colors.o TESTS += edit.t |