From 8f07b8bca48137ba1d6b6957e0b45164359ab81f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 20 Dec 2007 14:21:45 -0500 Subject: Updated to include the setting of 8 style bits by default; osx.patch --- osx.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx.patch b/osx.patch index 21f27fea..245e22c6 100644 --- a/osx.patch +++ b/osx.patch @@ -228,4 +228,4 @@ diff -r 8c3e7e659b6f src/textadept.c + SS(sci, SCI_STYLESETSIZE, 32, 11); SS(sci, SCI_STYLESETFORE, 32, 0xAA | (0xAA << 8) | (0xAA << 16)); SS(sci, SCI_STYLESETBACK, 32, 0x33 | (0x33 << 8) | (0x33 << 16)); - set_default_buffer_properties(sci); + SS(sci, SCI_SETSTYLEBITS, 8, 0); -- cgit v1.2.3