We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea08909 + 768a3c1 commit f917147Copy full SHA for f917147
pyk/src/pyk/kcfg/tui.py
@@ -79,7 +79,7 @@ def update(self, text: str) -> None:
79
self.text = text
80
81
def compose(self) -> ComposeResult:
82
- yield Static(self.text)
+ yield Static(self.text, markup=False)
83
84
def watch_text(self) -> None:
85
self.query_one(Static).update(self.text)
@@ -95,7 +95,7 @@ def update(self, text: str) -> None:
95
96
97
98
99
100
101
0 commit comments