Stack untracked
No branch manifest for this stack yet.
Files 26
- M border.go +10 ~19 -0
- M buffer.go +75 ~29 -0
- M buffer_test.go +0 ~2 -0
- M cell.go +81 ~12 -0
- A cell_glyph_test.go +18 ~0 -0
- M cell_test.go +136 ~0 -0
- M element_accessors.go +12 ~3 -0
- M element_integration_render_test.go +10 ~1 -0
- M element_render.go +25 ~45 -0
- A grapheme.go +326 ~0 -0
- A grapheme_edge_test.go +349 ~0 -0
- A grapheme_render_test.go +277 ~0 -0
- A grapheme_test.go +208 ~0 -0
- M inline_scan.go +8 ~7 -0
- M inline_wrap.go +84 ~22 -0
- M input.go +129 ~69 -0
- M input_test.go +1 ~9 -0
- M mock_terminal.go +6 ~0 -0
- M mount_layout_test.go +3 ~1 -0
- M render_element.go +3 ~1 -0
- M stream_writer.go +16 ~13 -0
- M terminal_ansi.go +3 ~1 -0
- M text_wrap.go +74 ~32 -0
- M textarea.go +18 ~31 -0
- M textarea_test.go +3 ~4 -0
- M watcher_test.go +0 ~3 -4
Comments 0
No comment threads.