1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

If it still doesn't work, I'll try compiling it before committing the next attempt.

This commit is contained in:
Miciah Dashiel Butler Masters 2007-08-30 21:48:58 +00:00 committed by Miciah Dashiel Butler Masters
parent 7a96a2eda9
commit d9ee9464f4

View File

@ -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";