[w3m-dev-en 00748] PATCH: Reinitialize w3m while running
* funcname.tab (INIT_MAILCAP): deleted (REINIT): added * main.c (config_filename): added (reinit): added * proto.h (reinit): added * rc.c (rc_initialized): deleted * w3mhelperpanel.c (editMailcap): use REINIT MAILCAP From: Tushar Samant <scribble@pobox.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: w3mhelperpanel.c,v 1.7 2001/12/02 16:26:08 ukai Exp $ */
|
||||
/* $Id: w3mhelperpanel.c,v 1.8 2002/06/01 17:09:05 ukai Exp $ */
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@@ -153,7 +153,7 @@ editMailcap(char *mailcap, struct parsed_tagarg *args)
|
||||
fclose(f);
|
||||
printf("Content-Type: text/plain\n");
|
||||
printf("w3m-control: BACK\nw3m-control: BACK\n");
|
||||
printf("w3m-control: INIT_MAILCAP\n");
|
||||
printf("w3m-control: REINIT MAILCAP\n");
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user