X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=ed7511a6d11a9d454fdff3e0f079d9a79a6ec85a;hb=861c6167ca5f1329e16dd788489a7c03772e2332;hp=8e47c491205f2f189d3c0498a0cb6bea17bbd0dc;hpb=a08cbf41cf2b3087029c19db49dfca5aa01a4b2d;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index 8e47c49120..ed7511a6d1 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -66,6 +66,8 @@ public: RC_CONVERTER, RC_CONVERTER_CACHE_MAXAGE, RC_COPIER, + RC_CT_ADDITIONS_UNDERLINED, + RC_CT_MARKUP_COPIED, RC_CURSOR_FOLLOWS_SCROLLBAR, RC_CURSOR_WIDTH, RC_DEFAULT_DECIMAL_SEP, @@ -419,6 +421,10 @@ public: /// bool cursor_follows_scrollbar = false; /// + bool ct_additions_underlined = true; + /// + bool ct_markup_copied = false; + /// bool scroll_below_document = false; /// enum MacroEditStyle {