[w3m-dev 03660] Re: fputs -> Strfputs
* Str.h (Strncmp_charp): paren (Strncasecmp_charp): ditto (Strinsert): ditto (Strshrinkfirst): ditto * display.c (disp_err_message): added * file.c (loadGeneralFile): don't put function in macro arg (saveBuffer): ditto * frame.c (createFrameFile): ditto * proto.h (disp_err_message): macro->function * table.c (pushdata): if data is NULL, use "" (suspend_or_pushdata): if line is NULL, use "" * textlist.h (pushText): don't use (s) twice in a macro From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: display.c,v 1.50 2003/01/10 16:08:20 ukai Exp $ */
|
||||
/* $Id: display.c,v 1.51 2003/01/20 15:30:19 ukai Exp $ */
|
||||
#include <signal.h>
|
||||
#include "fm.h"
|
||||
|
||||
@@ -1178,6 +1178,12 @@ message(char *s, int return_x, int return_y)
|
||||
move(return_y, return_x);
|
||||
}
|
||||
|
||||
void disp_err_message(char *s, int redraw_current)
|
||||
{
|
||||
record_err_message(s);
|
||||
disp_message(s, redraw_current);
|
||||
}
|
||||
|
||||
void
|
||||
disp_message_nsec(char *s, int redraw_current, int sec, int purge, int mouse)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user