From 436fe4d93b03a0d4e1a7363a6f91bf22699981ce Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 21 Nov 2021 13:43:22 +0200 Subject: [PATCH] Fix enum docs GIT_SILENT --- src/profile/Profile.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.