]> git.eshelyaron.com Git - emacs.git/commit
Implement dots and dashes on Nextstep
authorPo Lu <luangruo@yahoo.com>
Wed, 1 May 2024 14:02:15 +0000 (22:02 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:30:44 +0000 (18:30 +0200)
commit027200527292fc3bbee34ec42c29111c46f081f1
tree4d5d19a3884e9e944f67f411f45f3452ee9df8a3
parent5faf398aa6570fb95181710adb415fd717f319d8
Implement dots and dashes on Nextstep

* src/Makefile.in (NON_OBJC_CFLAGS): Add -Wstrict-flex-arrays.

* src/nsterm.m (ns_draw_dash, ns_fill_underline): New functions.
(ns_draw_text_decoration): Port dash and dot display from X.

(cherry picked from commit a5f57a86347eb950d201875cb8bba92d424611db)
src/Makefile.in
src/nsterm.m