Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
6db288b3
Commit
6db288b3
authored
Sep 04, 2007
by
Robert Knight
Browse files
Fix characters in first column not being updated correctly.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708378
parent
55c2c6a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TerminalDisplay.cpp
View file @
6db288b3
...
...
@@ -858,8 +858,6 @@ void TerminalDisplay::updateImage()
}
}
dirtyMask
++
;
// Position correctly
if
(
!
_resizing
)
// not while _resizing, we're expecting a paintEvent
for
(
x
=
0
;
x
<
columnsToUpdate
;
x
++
)
{
...
...
@@ -938,8 +936,6 @@ void TerminalDisplay::updateImage()
dirtyRegion
|=
dirtyRect
;
}
dirtyMask
--
;
// Set back
// replace the line of characters in the old _image with the
// current line of the new _image
memcpy
((
void
*
)
currentLine
,(
const
void
*
)
newLine
,
columnsToUpdate
*
sizeof
(
Character
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment