diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-10 00:30:43 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-10 00:30:43 -0400 |
| commit | e862223b12d2d23371073e6d6db1e7d73d7cfaa8 (patch) | |
| tree | c6bdcad88b0ac081d727ac8e58567f2d51229333 /src/irc.c | |
| parent | 5b6c3a631c6751198c1cbf680476da543cbf6413 (diff) | |
| download | fujinet-chat-e862223b12d2d23371073e6d6db1e7d73d7cfaa8.tar.gz | |
add scr_eol_current()
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); } */ |
