0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[ecmascript] Show message in status about enabling/disabling Ecmascript

This commit is contained in:
Witold Filipczyk
2021-09-20 18:40:01 +02:00
parent 929c8c9d81
commit 6ffa7ec6e3
3 changed files with 14 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ int get_ecmascript_enable(struct ecmascript_interpreter *interpreter);
void check_for_rerender(struct ecmascript_interpreter *interpreter, const char* text);
void toggle_ecmascript(void);
void toggle_ecmascript(struct session *ses);
extern char *console_error_filename;
extern char *console_log_filename;