Javascript phase 2 finished.

This commit is contained in:
Storm Dragon
2025-08-17 09:34:38 -04:00
parent 6cf0975fe1
commit 5738cf9132
6 changed files with 842 additions and 20 deletions

3
fm.h
View File

@@ -743,6 +743,9 @@ struct html_feed_environ {
int envc_real;
char *title;
int blank_lines;
#ifdef USE_JAVASCRIPT
Buffer *buffer_ref; /* Reference to main Buffer for JavaScript access */
#endif
};
#ifdef USE_COOKIE