git.y1.nz

mtm

Terminal Multiplexer. Emma's branch.
download: https://git.y1.nz/archives/mtm.tar.gz
Files | Log | Refs

commit 34991982ba00ab6d0a7f9d2cd0dd38e9f4b5280b
parent 7776f7827533ec6bb53cff92f75e23baba4edf5e
Author: Rob King <rob@frigidriver.com>
Date:   Tue, 18 Jan 2022 13:39:12 -0600

Enable Unicode on macOS.

Diffstat:
MMakefile.darwin2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.darwin b/Makefile.darwin @@ -1,6 +1,6 @@ CC ?= gcc CFLAGS ?= -std=c99 -Wall -Wextra -pedantic -Os -FEATURES ?= -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED +FEATURES ?= -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -DWCHAR_IS_UNICODE HEADERS ?= LIBPATH ?= DESTDIR ?= /usr/local

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.