Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed May 13, 2020
1 parent ef22dba commit c8f856d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terminalemulator.d
Expand Up @@ -1971,6 +1971,8 @@ class TerminalEmulator {
} else {
if(idx + screenWidth * 2 > normalScreen.length)
break;
// range violation in apt on debian
// FIXME
normalScreen[idx .. idx + screenWidth] = normalScreen[idx + screenWidth .. idx + screenWidth * 2];
}
idx += screenWidth;
Expand Down

0 comments on commit c8f856d

Please sign in to comment.