From 587e1fdc35793613507a162c8e37c8670d4fa6b9 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 12 Apr 2024 19:51:41 +0000 Subject: eye candy --- irc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc.c b/irc.c index a455991..475213c 100644 --- a/irc.c +++ b/irc.c @@ -28,8 +28,8 @@ #define SCROLL 15 #define INDENT 23 #define DATEFMT "%H:%M" -#define PFMT " %-12s < %s" -#define PFMTHIGH "> %-12s < %s" +#define PFMT " %-12s → %s" +#define PFMTHIGH "→ %-12s → %s" #define SRV "irc.oftc.net" #define PORT "6667" -- cgit v1.2.3