]> code.citadel.org Git - citadel.git/blobdiff - citadel/client_chat.c
* client: the "Page who?" prompt now defaults to the last user who paged
[citadel.git] / citadel / client_chat.c
index 8a91402961327abb26980ce327e7d45d5c55d17e..c30cd66994b54b163883f67e41a7d34cda0bd898 100644 (file)
@@ -40,6 +40,8 @@ extern struct CtdlServInfo serv_info;
 extern char temp[];
 void getline(char *, int);
 
+char last_paged[SIZ] = "";
+
 void chatmode(void)
 {
        char wbuf[SIZ];
@@ -216,7 +218,6 @@ void chatmode(void)
  */
 void page_user()
 {
-       static char last_paged[32] = "";
        char buf[SIZ], touser[SIZ], msg[SIZ];
        FILE *pagefp;