#saveoptions fixme comment

This commit is contained in:
Pasi Kallinen
2023-10-31 18:16:56 +02:00
parent 56f8292579
commit 4b70213677
+1 -4
View File
@@ -9552,10 +9552,7 @@ all_options_strbuf(strbuf_t *sbuf)
break; break;
/* FIXME: get_option_value for: /* FIXME: get_option_value for:
- menu_deselect_all &c menu control keys, - menu_deselect_all &c menu control keys,
- mouse_support - term_cols, term_rows */
- pettype
- term_cols, term_rows
- verbose */
buf2 = get_option_value(name, TRUE); buf2 = get_option_value(name, TRUE);
if (buf2) { if (buf2) {
Snprintf(tmp, sizeof tmp - 1, "OPTIONS=%s:%s", name, buf2); Snprintf(tmp, sizeof tmp - 1, "OPTIONS=%s:%s", name, buf2);