From e5d1253d363a209ecd1288278808e38ac87b34d9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 23 Dec 2024 04:07:44 +0300 Subject: Curses: don't install PNG icons * They are used at runtime only by the GTK port. * Their existence can cause problems if OS-specific build systems have to clean these files from the staging directory afterwards. This was the case on FreeBSD where the committer refused to remove these files after installation. In the official FreeBSD port, we therefore currently ship the PNG icons unnecessarily. * They are now installed and shipped only on GTK builds. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index fe92001..191c85e 100644 --- a/README +++ b/README @@ -100,7 +100,7 @@ Features across all supported platforms. Gtk+ builds allow further customization using CSS. The user interface is kept minimalistic and is consistent in spirit across the different platforms. -* Syntax highlighting, styles, line numbers, etc. thanks to Scintilla. +* Syntax highlighting, styles, line numbers, etc. thanks to Scintilla, Lexilla and Scintillua. Low-level Scintilla commands can also be accessed to extend SciTECO. SciTECO even syntax highlights code, written in the SciTECO language itself. * A growing standard library of macros with frameworks for color schemes, syntax highlighting -- cgit v1.2.3