[w3m-dev 03536] <del>, <s>
* file.c (HTMLtagproc1): <s>..</s> is [S:...:S] (HTMLtagproc0): <del> will delete <table> * fm.h (RB_S): added * html.c (TagMAP): <s>,</s> move <internal>, </internal> * html.h (HTML_S): added (HTML_N_S): added (HTML_INTERNAL): renumed (HTML_N_INTERNAL): ditto (MAX_HTMLTAG): add 2 * rc.c (CMT_DISP_INS_DEL): update * table.c (feed_table_tag): add HTML_S, HTML_N_S * table.h (TBLM_S): added (TBLM_ANCHOR): renum * tagtable.tab: (strike, s): HTML_S (/strike, /s): HTML_N_S From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
		
							
								
								
									
										3
									
								
								fm.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								fm.h
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: fm.h,v 1.93 2002/12/05 16:29:06 ukai Exp $ */
 | 
			
		||||
/* $Id: fm.h,v 1.94 2002/12/06 16:50:13 ukai Exp $ */
 | 
			
		||||
/* 
 | 
			
		||||
 * w3m: WWW wo Miru utility
 | 
			
		||||
 * 
 | 
			
		||||
@@ -582,6 +582,7 @@ struct readbuffer {
 | 
			
		||||
#define RB_FILL		0x80000
 | 
			
		||||
#endif				/* FORMAT_NICE */
 | 
			
		||||
#define RB_DEL		0x100000
 | 
			
		||||
#define RB_S		0x200000
 | 
			
		||||
 | 
			
		||||
#define RB_GET_ALIGN(obuf) ((obuf)->flag&RB_ALIGN)
 | 
			
		||||
#define RB_SET_ALIGN(obuf,align) {(obuf)->flag &= ~RB_ALIGN; (obuf)->flag |= (align); }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user