summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2021-03-21 15:03:31 -0400
committerNicolas Pitre <nico@fluxnic.net>2021-03-21 15:03:31 -0400
commitb74db350eed9df20237eef9ddb06902d955d47d5 (patch)
tree1a7f6bdec159988b8e02377fcb26322968635a6d /src/Makefile
parent8bf1bc290a850080b1f1505951c01409760d8f98 (diff)
make show_cursor a runtime selectable option
"show_cursor" is the name of the option used with lynx and alpine to produce the same effect.
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9629206..fadf0b5 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -52,8 +52,6 @@ CFLAGS += -DMAXROWS=65536
CFLAGS += -DUSELOCALE
# Comment out to enable mouse support on virtual terminal.
CFLAGS += -DMOUSE
-# Comment out to enable BRAILLE support
-CFLAGS += -DBRAILLE
# Clipboard support is OS dependent.
#