#include <sys/termios.h>
#endif
+char* allurl = NULL;
int termw, termh;
extern int strcasecmp(const char* s1, const char* s2);
write(1, databuf + i, 1);
}
}
+ titlebuf = __W3_Concat("Raw: ", allurl);
}
char* seq = malloc(1024);
sprintf(seq, "\x1b[1;%dH", termw - strlen(titlebuf != NULL ? titlebuf : "No title") - 1);
char c = 0;
bool acc = false;
if(url != NULL) {
+ allurl = url;
access_site(url);
acc = true;
}
if(url != NULL) free(url);
url = malloc(2049);
scanf("%s", url);
+ allurl = url;
acc = false;
break;
case 'd':
extern "C" {
#endif
-#define LIBW3_VERSION "2.2G" \
+#define LIBW3_VERSION "2.2H" \
SUFFIX
#ifdef __cplusplus