Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ draw
Function
draw
kitty/client.py:216–217 ·
view source on GitHub ↗
(*a: str)
Source
from the content-addressed store, hash-verified
214
215
216
def
draw(*a: str) -> None:
217
write(
' '
.join(a))
218
219
220
def
screen_manipulate_title_stack(op: int, which: int) -> None:
Callers
1
test_cursor_after_resize
Method · 0.85
Calls
1
write
Function · 0.85
Tested by
1
test_cursor_after_resize
Method · 0.68