mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
stuff
This commit is contained in:
parent
ef22dbafe9
commit
c8f856d6fb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue