Prevent infinite recursion with nested table and textarea

Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
This commit is contained in:
Tatsuya Kinoshita
2016-11-15 20:11:52 +09:00
parent 61e50c5faf
commit 2a4a2fb9f1
3 changed files with 15 additions and 0 deletions

View File

@@ -393,6 +393,7 @@ extern void align(TextLine *lbuf, int width, int mode);
extern void print_item(struct table *t, int row, int col, int width, Str buf);
extern void print_sep(struct table *t, int row, int type, int maxcol, Str buf);
extern void do_refill(struct table *tbl, int row, int col, int maxlimit);
extern void initRenderTable(void);
extern void renderTable(struct table *t, int max_width,
struct html_feed_environ *h_env);
extern struct table *begin_table(int border, int spacing, int padding,