Bug 432209 - Insert mode with non-blinking cursor: normal & shadow cursor hard to distinguish
Summary: Insert mode with non-blinking cursor: normal & shadow cursor hard to distinguish
Status: REPORTED
Alias: None
Product: okteta
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Friedrich W. H. Kossebau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-27 17:07 UTC by Friedrich W. H. Kossebau
Modified: 2021-01-27 17:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Friedrich W. H. Kossebau 2021-01-27 17:07:40 UTC
With non-blinking cursor (QGuiApplication::styleHints()->cursorFlashTime() == 0), e.g. by  entry "[KDE] CursorBlinkRate=0" in kdeglobals for the Plasma QPA, the shadow cursor marking the same spot in the non-input receiving half (char or values) is only hard to distinguish (1 pixel line width vs. 2 pixel line width) from the active cursor.

Arek Guzinski proposals from bug 336607 comment #13:
> I gave the insertion mode problem some consideration, and can think of 2
> possible solutions (although none of them feels perfect).
> One would be to draw a 2 pixel in fg-color, 2 pixel bg-color alternating
> line around the block (I'll attach a mockup).
> The other might be to highlight the line in the active subview (like the
> active line in kate).
Mockup is attached over at bug 336607 attachment 134565 [details]