HTMLv 0.77: <body> bgcolor= and text= support, fixes

git-svn-id: svn://kolibrios.org@2420 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-02-29 12:29:47 +00:00
parent 26b134521c
commit febf6bf8c4
4 changed files with 38 additions and 25 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
//HTML Viewer in C--
//Copyright 2007-2009 by Veliant & Leency
//Copyright 2007-20012 by Veliant & Leency
//Asper, Lrz, Nable, lev.
#include "..\lib\kolibri.h--"
@@ -56,6 +56,8 @@ void main()
BrowserHistory.AddUrl();
copystr(#URL,#editURL);
if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
SetEventMask(0x27);
loop()
{