mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
If it still doesn't work, I'll try compiling it before committing the next attempt.
This commit is contained in:
parent
7a96a2eda9
commit
d9ee9464f4
@ -612,7 +612,7 @@ textarea_edit(int op, struct terminal *term_, struct form_state *fs_,
|
||||
if (!fn) return;
|
||||
|
||||
ed = get_opt_str("document.browse.forms.editor",
|
||||
doc_view->session);
|
||||
doc_view_->session);
|
||||
if (!ed || !*ed) {
|
||||
ed = getenv("EDITOR");
|
||||
if (!ed || !*ed) ed = "vi";
|
||||
|
Loading…
Reference in New Issue
Block a user