From d9a4627a1f9cf23f0845b1a9a8dbb03c3565b8d0 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 23 Jul 2026 16:04:45 +0200 Subject: [PATCH] fix(interactive): set monospace font + stretch on ConPTY terminal The control derives Cols/Rows from arranged-size / character-cell-size; without an explicit monospace font (as the working spike set) the cell metrics are off and the terminal miscomputes its size, so the child TUI renders into the wrong area. Match the spike's font/BufferSize and stretch to fill the pane. --- src/ClaudeDo.Ui/Views/InteractiveTerminalView.axaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/ClaudeDo.Ui/Views/InteractiveTerminalView.axaml b/src/ClaudeDo.Ui/Views/InteractiveTerminalView.axaml index 8e2a5bc4..8277ddbb 100644 --- a/src/ClaudeDo.Ui/Views/InteractiveTerminalView.axaml +++ b/src/ClaudeDo.Ui/Views/InteractiveTerminalView.axaml @@ -11,5 +11,16 @@ StartingDirectory to our real target and calls TerminalControl.LaunchProcess() exactly once, once the view model's descriptor is known (see AttachControl/Start). --> - + +