Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:bearlibterminal:reference:configuration [2017/01/19 12:22]
cfyzium
en:bearlibterminal:reference:configuration [2017/03/06 01:31] (current)
cfyzium
Line 37: Line 37:
 |::: |resizeable |false |The flag controlling window resizeability. If set, user can change window size and the application will receive a TK_RESIZED event. | |::: |resizeable |false |The flag controlling window resizeability. If set, user can change window size and the application will receive a TK_RESIZED event. |
 |::: |fullscreen |false |The virtual flag allowing to manually set fullscreen mode. | |::: |fullscreen |false |The virtual flag allowing to manually set fullscreen mode. |
-|input |precise-mouse |false |When false, TK_MOUSE_MOVE event will be generated only when cursor is moved from one cell to another. When true, any mouse movement will generate the event. |+|input ​|filter |'​keyboard'​ |The list of events the application is interested in. All other will be silently processed by the library ([[en:​bearlibterminal:​reference:​input#​inputfilter|more...]]). | 
 +|::: |precise-mouse |false |When false, TK_MOUSE_MOVE event will be generated only when cursor is moved from one cell to another. When true, any mouse movement will generate the event. |
 |::: |mouse-cursor |true |The flag controlling mouse cursor visibility. | |::: |mouse-cursor |true |The flag controlling mouse cursor visibility. |
 |::: |cursor-symbol |0x5F |The character used as a cursor symbol by read_str function. | |::: |cursor-symbol |0x5F |The character used as a cursor symbol by read_str function. |
Line 44: Line 45:
 |output |postformatting |true |Enables processing of special tags by print function. | |output |postformatting |true |Enables processing of special tags by print function. |
 |::: |vsync |true |Switches on an off vertical synchronization used by OpenGL. | |::: |vsync |true |Switches on an off vertical synchronization used by OpenGL. |
 +|::: |tab-width |4 |The width of a tab space in a text output by print function. |
 |log |file|'​bearlibterminal.log'​ |The name of a log file. Default is “bearlibterminal.log”. | |log |file|'​bearlibterminal.log'​ |The name of a log file. Default is “bearlibterminal.log”. |
 |::: |level |error |The logging level, one of “none”, “fatal”,​ “error”,​ “warning”,​ “info”, “debug”,​ “trace”. | |::: |level |error |The logging level, one of “none”, “fatal”,​ “error”,​ “warning”,​ “info”, “debug”,​ “trace”. |