Character(s) in this cell (may be empty, single char, or emoji)
()
| 177 | export interface IBufferCell { |
| 178 | /** Character(s) in this cell (may be empty, single char, or emoji) */ |
| 179 | getChars(): string; |
| 180 | /** Unicode codepoint (0 for null cell) */ |
| 181 | getCode(): number; |
| 182 | /** Character width (1 = normal, 2 = wide/emoji, 0 = combining) */ |