Am 11.03.2011 um 07:11 schrieb sw...@lyx.org: > Author: switt > Date: Fri Mar 11 07:11:55 2011 > New Revision: 37901 > URL: http://www.lyx.org/trac/changeset/37901 > > Log: > now the user has control over the width of the text cursor > > Modified: > lyx-devel/trunk/src/LyXRC.cpp > lyx-devel/trunk/src/LyXRC.h > lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp > lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.cpp > lyx-devel/trunk/src/frontends/qt4/ui/PrefEditUi.ui > > Modified: lyx-devel/trunk/src/LyXRC.cpp > ============================================================================== > --- lyx-devel/trunk/src/LyXRC.cpp Thu Mar 10 23:11:34 2011 (r37900) > +++ lyx-devel/trunk/src/LyXRC.cpp Fri Mar 11 07:11:55 2011 (r37901) > @@ -85,6 +85,7 @@ > { "\\converter_cache_maxage", LyXRC::RC_CONVERTER_CACHE_MAXAGE }, > { "\\copier", LyXRC::RC_COPIER }, > { "\\cursor_follows_scrollbar", LyXRC::RC_CURSOR_FOLLOWS_SCROLLBAR }, > + { "\\cursor_width", LyXRC::RC_CURSOR_WIDTH }, > { "\\date_insert_format", LyXRC::RC_DATE_INSERT_FORMAT }, > { "\\def_file", LyXRC::RC_DEFFILE }, > { "\\default_decimal_point", LyXRC::RC_DEFAULT_DECIMAL_POINT }, > @@ -360,6 +361,7 @@ > completion_inline_dots = -1; > completion_inline_delay = 0.2; > default_decimal_point = "."; > + cursor_width = 1; > }
Note: on Windows this was 2 originally. If this should continue to be the default I propose to add "\cursor_width 2" to lyxrc.dist.in for windows. Stephan