mirror of https://github.com/adamdruppe/arsd.git
stuff
This commit is contained in:
parent
ef22dbafe9
commit
c8f856d6fb
|
@ -1971,6 +1971,8 @@ class TerminalEmulator {
|
||||||
} else {
|
} else {
|
||||||
if(idx + screenWidth * 2 > normalScreen.length)
|
if(idx + screenWidth * 2 > normalScreen.length)
|
||||||
break;
|
break;
|
||||||
|
// range violation in apt on debian
|
||||||
|
// FIXME
|
||||||
normalScreen[idx .. idx + screenWidth] = normalScreen[idx + screenWidth .. idx + screenWidth * 2];
|
normalScreen[idx .. idx + screenWidth] = normalScreen[idx + screenWidth .. idx + screenWidth * 2];
|
||||||
}
|
}
|
||||||
idx += screenWidth;
|
idx += screenWidth;
|
||||||
|
|
Loading…
Reference in New Issue