mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Start work on VT LineBuf in Go
This commit is contained in:
parent
244f4597dc
commit
b0c41a70bd
3 changed files with 76 additions and 0 deletions
|
|
@ -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 {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue