summaryrefslogtreecommitdiff
path: root/bindings.cc
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
commit7e13676d807471211320962d6e420ebec8cf7eec (patch)
tree2da516744dfeb375efdd06d98f65560458292773 /bindings.cc
parent8e2e05e4bd041b559a0352f0ad93729b7b65db91 (diff)
Reqwritten autoconf. Now builds
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
Diffstat (limited to 'bindings.cc')
-rw-r--r--bindings.cc2
1 files changed, 2 insertions, 0 deletions
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,