* add a cap to the distance from last span to first char on screen
* Ctrl+/ shortcut to comment/uncomment based on syntax
-* Update click time to 500ms
* ignore the menu key or map it to control
* clicking or dragging the mouse out of bounds should still update the selection
* implement transaction control in buf.c
DefaultCharset = UTF_8, /* We assume UTF-8 because nothing else matters */
FontCacheSize = 16, /* Maximum number of fonts allowed in the font cache */
LineSpacing = LNSPACE, /* Set the vertical spacing between lines */
- DblClickTime = 250, /* Millisecond time for detecting double clicks */
+ DblClickTime = 500, /* Millisecond time for detecting double clicks */
RulePosition = 80, /* Column in which the vertical ruler appears */
CopyIndent = 1, /* New lines will inherit the indent of the preceding line */
LineNumbers = 1, /* Enable line numbers by default or not */