Commit ebec3e2
committed
patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker
Problem: terminal: cursor is on while redrawing, causing flicker.
Solution: Switch the cursor off while redrawing. Always add the top and
left offset to the cursor position when not done already.
(closes #5943)1 parent dc234ca commit ebec3e2
3 files changed
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3699 | 3699 | | |
3700 | 3700 | | |
3701 | 3701 | | |
| 3702 | + | |
| 3703 | + | |
| 3704 | + | |
3702 | 3705 | | |
3703 | 3706 | | |
3704 | 3707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1202 | 1202 | | |
1203 | 1203 | | |
1204 | 1204 | | |
| 1205 | + | |
1205 | 1206 | | |
1206 | 1207 | | |
1207 | 1208 | | |
| |||
2199 | 2200 | | |
2200 | 2201 | | |
2201 | 2202 | | |
2202 | | - | |
| 2203 | + | |
2203 | 2204 | | |
2204 | 2205 | | |
2205 | 2206 | | |
2206 | 2207 | | |
2207 | | - | |
| 2208 | + | |
2208 | 2209 | | |
2209 | | - | |
2210 | | - | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
2211 | 2214 | | |
2212 | 2215 | | |
2213 | 2216 | | |
| |||
2524 | 2527 | | |
2525 | 2528 | | |
2526 | 2529 | | |
2527 | | - | |
| 2530 | + | |
2528 | 2531 | | |
2529 | 2532 | | |
2530 | 2533 | | |
| |||
3059 | 3062 | | |
3060 | 3063 | | |
3061 | 3064 | | |
3062 | | - | |
| 3065 | + | |
3063 | 3066 | | |
3064 | 3067 | | |
3065 | | - | |
3066 | | - | |
3067 | 3068 | | |
3068 | | - | |
3069 | 3069 | | |
3070 | 3070 | | |
3071 | 3071 | | |
| |||
3818 | 3818 | | |
3819 | 3819 | | |
3820 | 3820 | | |
3821 | | - | |
| 3821 | + | |
3822 | 3822 | | |
3823 | 3823 | | |
3824 | 3824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
753 | 755 | | |
754 | 756 | | |
755 | 757 | | |
| |||
0 commit comments