Clean up some commented code
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
This commit is contained in:
parent
33f19ddec1
commit
a3a8fba6e2
@ -181,14 +181,10 @@ export class Row {
|
|||||||
let result = '';
|
let result = '';
|
||||||
|
|
||||||
for (let i = start; i < end; i++) {
|
for (let i = start; i < end; i++) {
|
||||||
// if (this.chars[i] === '\t') {
|
|
||||||
// result += ' '.repeat(SCROLL_TAB_SIZE);
|
|
||||||
// } else {
|
|
||||||
result += highlightToColor(this.hl[i]);
|
result += highlightToColor(this.hl[i]);
|
||||||
result += this.rchars[i];
|
result += this.rchars[i];
|
||||||
result += Ansi.ResetFormatting;
|
result += Ansi.ResetFormatting;
|
||||||
}
|
}
|
||||||
// }
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user