diff options
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/properties.lua b/properties.lua index e06a9422..4374162c 100644 --- a/properties.lua +++ b/properties.lua @@ -179,3 +179,6 @@ buffer.wrap_mode = buffer.WRAP_NONE -- buffer.edge_mode = not CURSES and buffer.EDGE_LINE or buffer.EDGE_BACKGROUND -- buffer.edge_column = 80 --end + +-- Accessibility. +buffer.accessibility = buffer.ACCESSIBILITY_DISABLED |