Skip to content

Commit df5393e

Browse files
committed
Use helper function and const for cell data tests
1 parent b2553c1 commit df5393e

2 files changed

Lines changed: 179 additions & 173 deletions

File tree

src/common/Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export interface ICharset {
101101
[key: string]: string | undefined;
102102
}
103103

104-
export type CharData = [attrIndex: number, charIndex: string, width: number, code: number];
104+
export type CharData = [attr: number, char: string, width: number, code: number];
105105

106106
export interface IColor {
107107
readonly css: string;

0 commit comments

Comments
 (0)