Commit 35b9b4f
fix(tui_v3): silence Renderer's cpr_not_supported_callback too
The Application's cpr_not_supported_callback override was not
enough — prompt-toolkit's Renderer captures its own copy during
__init__ and calls that one when CPR times out. The warning wrote
directly to the real terminal fd (via self.output.write()), causing
a brief flash before the TUI overwrote it on the next frame.
Silence both callbacks (app + renderer) to fully suppress the flash.
Co-Authored-By: GenericAgent <bot@gaagent.ai>1 parent 6983b95 commit 35b9b4f
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5982 | 5982 | | |
5983 | 5983 | | |
5984 | 5984 | | |
5985 | | - | |
| 5985 | + | |
| 5986 | + | |
| 5987 | + | |
| 5988 | + | |
| 5989 | + | |
| 5990 | + | |
5986 | 5991 | | |
5987 | 5992 | | |
5988 | 5993 | | |
| |||
0 commit comments