]> code.citadel.org Git - citadel.git/commitdiff
* citadel.c: send ANSI detect sequence after attach_to_server() so the
authorNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 30 Oct 1998 07:36:11 +0000 (07:36 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 30 Oct 1998 07:36:11 +0000 (07:36 +0000)
          terminal doesn't send the answerback sequence to the shell if we
          can't connect.

citadel/ChangeLog
citadel/citadel.c

index ebcade70ce02ce74bce6a47cf7b846f9b03d1ba3..42cfdb5526f8da24001e6c179aec837a0868e226 100644 (file)
@@ -1,5 +1,8 @@
 1998-10-29 Nathan Bryant <bryant@cs.usm.maine.edu>
        * rooms.c: fix color of Mail>
+       * citadel.c: send ANSI detect sequence after attach_to_server() so the
+         terminal doesn't send the answerback sequence to the shell if we
+         can't connect.
 
 Wed Oct 28 20:20:14 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us
        * citadel.c: Added a splash of colour to the Wholist
index 29339d3dc573f95460f143543b9c8670674bf1bf..4d452cc7ff9dd18b4ca22eedd35a354cd5bc9fb9 100644 (file)
@@ -813,10 +813,10 @@ signal(SIGHUP,dropcarr);  /* Cleanup gracefully if carrier is dropped */
 signal(SIGTERM,dropcarr);      /* Cleanup gracefully if terminated */
 signal(SIGCONT,catch_sigcont);  /* Catch SIGCONT so we can reset terminal */
 
-send_ansi_detect();
 printf("Attaching to server...\r");
 fflush(stdout);
 attach_to_server(argc,argv);
+send_ansi_detect();
 
 cls();
 color(7);