diff --git a/src/profile/Profile.h b/src/profile/Profile.h index 6dc3c30f..7952ae84 100644 --- a/src/profile/Profile.h +++ b/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.