Subversion Repositories Kolibri OS

Rev

Rev 8439 | Rev 8443 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8439 Rev 8440
Line 245... Line 245...
245
					goto _TAG;
245
					goto _TAG;
246
				default:
246
				default:
247
					goto _DEFAULT;
247
					goto _DEFAULT;
248
			}
248
			}
249
			_TAG:
249
			_TAG:
250
			if (tag.parse_tag(#bufpos, bufpointer + bufsize)) {
250
			if (tag.parse(#bufpos, bufpointer + bufsize)) {
251
				CheckForLineBreak();
251
				CheckForLineBreak();
252
				Paint();
252
				Paint();
253
				$push cur_encoding
253
				$push cur_encoding
254
				SetStyle();
254
				SetStyle();
255
				$pop eax
255
				$pop eax
Line 305... Line 305...
305
	
305
	
Line 306... Line 306...
306
	Paint();
306
	Paint();
307
 
307
 
308
	strcpy(#line, #new_line_text);
-
 
309
	NewLine();
308
	strcpy(#line, #new_line_text);
310
	//while (CheckForLineBreak()==true) {};
309
	NewLine();
311
	return true;
310
	return true;
312
}
311
}
313
//============================================================================================
312
//============================================================================================