Lines Matching refs:redrawing
1191 Problem: It's possible that redrawing the status lines causes
2623 Solution: Disable redrawing. (Hirohito Higashi)
2655 Problem: Other solution for redrawing after completion.
2753 Solution: Avoid redrawing the status line. (Hirohito Higashi)
4392 Solution: Don't set curswant when redrawing the status lines.
5234 Solution: Use the correct array index. Also, do not try redrawing when
11322 Solution: Check for the screen to be valid when redrawing a line.
13477 Problem: In the GUI the cursor is hidden when redrawing any window,
14777 Problem: In the GUI when redrawing the cursor it may be on the second half
18322 Solution: Move redrawing the screen to after overwriting the characters.
19130 Solution: Do not insert or delete screen lines when redrawing for a callback
19620 Solution: Clear got_int. Repeat redrawing when needed.
21279 Solution: Don't loop on update_screen() when not redrawing. (Yasuhiro
21671 Solution: When changing highlighting while redrawing don't cause another
23426 Problem: Slow redrawing with DirectX.
25503 Solution: Don't scroll immediately but only when redrawing. Avoid redrawing
27953 Solution: Do not unload a buffer that is being displayed while redrawing the
27954 screen. Also avoid invoking callbacks while redrawing.
28601 Solution: When only redrawing line numbers do draw folded lines.
30272 Solution: Use generic redrawing methods.
31088 Solution: Set w_last_cursorline when redrawing. Fix resetting cursor flags
31130 to be redrawn also when redrawing the whole window.
34025 Invoke the callbacks before redrawing.
34088 Problem: Cannot flush change listeners without also redrawing. The line
35135 Solution: Avoid clearing and redrawing using a zindex mask.
35369 Solution: Redraw the command line. Move popup redrawing code to the popupwin
36837 Problem: When redrawing popups plines_win() may be called often.
37936 work below the last line. Remove redrawing all windows.
37967 Solution: Do not call diff_redraw() many times, call it once when redrawing.
38236 redrawing it. (Nick Jensen)
38735 row and column during redrawing. (closes #4931)
45228 Problem: MS-Windows: redrawing right screen edge may not be needed.