diff options
author | 2007-12-20 14:21:45 -0500 | |
---|---|---|
committer | 2007-12-20 14:21:45 -0500 | |
commit | 8f07b8bca48137ba1d6b6957e0b45164359ab81f (patch) | |
tree | a06ff086884d05340deba16767b5a76de82dfa9c | |
parent | dfe0315ff898c053823a75f5171a0158c0115f4b (diff) | |
download | textadept-8f07b8bca48137ba1d6b6957e0b45164359ab81f.tar.gz textadept-8f07b8bca48137ba1d6b6957e0b45164359ab81f.zip |
Updated to include the setting of 8 style bits by default; osx.patch
-rw-r--r-- | osx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |