]> code.citadel.org Git - citadel.git/commitdiff
Fix ansi auto-detect master
authorArt Cancro <ajc@citadel.org>
Wed, 5 Jun 2024 00:09:53 +0000 (20:09 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Jun 2024 00:09:53 +0000 (20:09 -0400)
textclient/messages.c

index 183ed0f93db0b4caa0980c7757f1f08abb9c91e9..2b7e8a3a1ad97ce82db53cb5d1ffb87d2bf01adf 100644 (file)
@@ -580,7 +580,8 @@ int read_message(CtdlIPC *ipc,
                }
        }
 
-       if (pagin == 1 && !dest) {
+       //if (pagin == 1 && !dest) {
+       if (!dest) {
                color(BRIGHT_WHITE);
        }