mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Last part of previous commit, which didn't apply cleanly.
This commit is contained in:
parent
6503ebf8a3
commit
ca69d121d1
@ -632,7 +632,7 @@ textarea_edit(int op, struct terminal *term_, struct form_state *fs_,
|
||||
if (term_) td->term = term_;
|
||||
add_to_list(textarea_list, td);
|
||||
|
||||
exec_on_terminal(td->term, ex, "", 1);
|
||||
exec_on_terminal(td->term, ex, "", TERM_EXEC_FG);
|
||||
mem_free(ex);
|
||||
|
||||
textarea_editor++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user