aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-12-20 14:21:45 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2007-12-20 14:21:45 -0500
commit8f07b8bca48137ba1d6b6957e0b45164359ab81f (patch)
treea06ff086884d05340deba16767b5a76de82dfa9c
parentdfe0315ff898c053823a75f5171a0158c0115f4b (diff)
downloadtextadept-8f07b8bca48137ba1d6b6957e0b45164359ab81f.tar.gz
textadept-8f07b8bca48137ba1d6b6957e0b45164359ab81f.zip
Updated to include the setting of 8 style bits by default; osx.patch
-rw-r--r--osx.patch2
1 files changed, 1 insertions, 1 deletions
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);