From 7e13676d807471211320962d6e420ebec8cf7eec Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 15 Sep 2012 03:17:45 +0300 Subject: Reqwritten autoconf. Now builds * Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably) --- bindings.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindings.cc') diff --git a/bindings.cc b/bindings.cc index 887110e..6f437d5 100644 --- a/bindings.cc +++ b/bindings.cc @@ -295,8 +295,10 @@ Editor::action_entry Editor::actions_table[] = { N_("Spell check the word on which the cursor stands")), ADD_ACTION(Editor, menu, N_("Activate menu")), +#ifdef HAVE_CURS_SET ADD_ACTION(Editor, toggle_big_cursor, N_("Toogle big cursor (console only); useful if you're visually impaired")), +#endif ADD_ACTION(Editor, toggle_graphical_boxes, N_("Use graphical characters for the menus and scrollbar")), ADD_ACTION(Editor, external_edit_prompt, -- cgit v1.2.3