summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-19 08:55:12 -0300
committerAndrés <andmarti@gmail.com>2021-03-19 08:55:12 -0300
commit63fc51043ed73707e812341858d8ce81d032370d (patch)
treeb5883110db84f41b3b9501096f1726c39769d6ef /src/Makefile
parent62f3b6d1d9dc2a0cd9ad3b0e01521fa3c65fb232 (diff)
Added BRAILLE macro to @npitre PR 515
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index fadf0b5..9629206 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -52,6 +52,8 @@ 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.
#