summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-14 15:26:28 -0300
committerAndrés <andmarti@gmail.com>2021-03-14 15:26:28 -0300
commit50ea88259e22270e9ff0c2f3e3b5b0c863fa276b (patch)
tree9421ca6e4a5220b76c795edc3bd4d2f5b5e27a7c /src/Makefile
parent326105427d4b48ed8141293299b661793304680b (diff)
Added mouse support for virtual terminals. Define macro MOUSE un Makefile for its use
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 1a1c887..fadf0b5 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -50,6 +50,8 @@ CFLAGS += -DUNDO
CFLAGS += -DMAXROWS=65536
# Used for date formatting with C-d shortcut using you local d_fmt
CFLAGS += -DUSELOCALE
+# Comment out to enable mouse support on virtual terminal.
+CFLAGS += -DMOUSE
# Clipboard support is OS dependent.
#