Start work on VT LineBuf in Go

This commit is contained in:
Kovid Goyal
2025-02-07 20:09:00 +05:30
parent 244f4597dc
commit b0c41a70bd
3 changed files with 76 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ def make_bitfields() -> None:
f'width {WIDTH_BITS}', f'x {WIDTH_BITS + SCALE_BITS + 1}', f'y {SCALE_BITS + 1}', 'vertical_align 3',
)
make_bitfield('tools/vt', 'CellColor', 'is_idx 1', 'red 8', 'green 8', 'blue 8')
make_bitfield('tools/vt', 'LineAttrs', 'prompt_kind 2',)
# }}}
# Completions {{{