[w3m-dev 03677] view source, edit source
* buffer.c (discardBuffer): unlink header source * file.c (loadFile): delete skip header * fm.h (BP_SOURCE): deleted (SkipHeader): deleted * main (editBf): cleanup (vmSrc): cleanup From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
4
fm.h
4
fm.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: fm.h,v 1.104 2003/01/20 15:24:19 ukai Exp $ */
|
||||
/* $Id: fm.h,v 1.105 2003/01/22 16:16:20 ukai Exp $ */
|
||||
/*
|
||||
* w3m: WWW wo Miru utility
|
||||
*
|
||||
@@ -172,7 +172,6 @@ void bzero(void *, int);
|
||||
#define BP_NORMAL 0x0
|
||||
#define BP_PIPE 0x1
|
||||
#define BP_FRAME 0x2
|
||||
#define BP_SOURCE 0x4
|
||||
#define BP_INTERNAL 0x8
|
||||
#define BP_NO_URL 0x10
|
||||
#define BP_REDIRECTED 0x20
|
||||
@@ -766,7 +765,6 @@ global char InnerCode init(CODE_INNER_EUC); /* use EUC-JP internally; do not cha
|
||||
#endif /* JP_CHARSET */
|
||||
|
||||
global char SearchHeader init(FALSE);
|
||||
global char SkipHeader init(FALSE);
|
||||
global char *DefaultType init(NULL);
|
||||
global char RenderFrame init(FALSE);
|
||||
global char TargetSelf init(FALSE);
|
||||
|
||||
Reference in New Issue
Block a user