tinymux/client
Stephen Dennis 5a42ea2837 fix(color): honour no_flash on live co_render_* paths (#1935)
g_no_flash was only checked inside convert_color/ColorTransitionANSI,
which no longer sits on the output path. Live rendering uses
co_render_ansi{16,256}/truecolor, which always emitted SGR 5 for blink.

Thread a bNoFlash argument through those renderers (same shape as
bNoBleed). net.cpp passes g_no_flash; other callers pass 0. Regenerate
color_ops.c from color_ops.rl.

Unit tests: blink emits SGR 5 with bNoFlash=0 and not with bNoFlash=1.
Dead convert_color left for a separate cleanup pass.
2026-08-01 19:41:21 -06:00
..
android fix(android): never persist Hydra secrets without EncryptedSharedPreferences (#1892) 2026-07-31 09:36:45 -06:00
console fix(color): honour no_flash on live co_render_* paths (#1935) 2026-08-01 19:41:21 -06:00
ios fix(mobile/mcp): cap multiline reassembly pending size (#1893) 2026-07-31 09:31:45 -06:00
shared Extract shared InputEditor for multi-line input editing 2026-03-20 09:27:19 -06:00
tf fix(client): tf cap must admit newline; console SB reassembly cap 2026-07-31 06:59:24 -06:00
web fix(web/mcp): cap multiline reassembly pending size (#1889) 2026-07-31 09:27:38 -06:00
win32gui fix(client): extend #1788 buffer caps to web, tf, android, win32gui 2026-07-29 13:21:35 -06:00
design-atlantis-features.md Fix markdown. 2026-03-23 02:26:46 -06:00