Fix enum docs

GIT_SILENT
wilder
Ahmad Samir 4 years ago
parent 8d4540f6c6
commit 436fe4d93b
  1. 8
      src/profile/Profile.h

@ -149,13 +149,13 @@ public:
* should be highlighted.
*/
HighlightScrolledLines,
/** (bool) Specifies whether the terminal will enable Bidirectional
* text display
*/
ReflowLines,
/** (bool) Specifies whether the terminal will enable Reflow of
* lines when terminal resizes.
*/
ReflowLines,
/** (bool) Specifies whether the terminal will enable Bidirectional
* text display
*/
BidiRenderingEnabled,
/** (bool) Specifies whether text in terminal displays is allowed
* to blink.

Loading…
Cancel
Save