From e862223b12d2d23371073e6d6db1e7d73d7cfaa8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 10 Mar 2026 00:30:43 -0400 Subject: add scr_eol_current() --- src/irc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc.c') diff --git a/src/irc.c b/src/irc.c index ddfd14c..a67cf56 100644 --- a/src/irc.c +++ b/src/irc.c @@ -497,7 +497,7 @@ static void parse_msg(void) { /* scr_print_active("RAW: "); scr_print_active(msg); - scr_print_active("\n"); + scr_eol_active(); */ /* if there's a final multiword arg... */ @@ -552,7 +552,7 @@ static void parse_msg(void) { if(msg_dest) { scr_print_current("got here, msg_dest is: "); scr_print_current(msg_dest); - scr_print_current("\n"); + scr_eol_current(); } */ -- cgit v1.2.3