Skip to content

Commit cf28501

Browse files
committed
self-review: oops bring that back to telnet, too
1 parent 2ac66ca commit cf28501

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gambaterm/telnet.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ async def _telnet_shell(
258258
+ (f" user={username}" if username else "")
259259
)
260260

261+
# Kitty keyboard protocol implies 24-bit color support
262+
color_mode = app_config.color_mode or ColorMode.HAS_24_BIT_COLOR
263+
261264
if idle_timeout is not None:
262265
stats_task = asyncio.create_task(
263266
_log_connection_stats(reader, writer, peer_host, peer_port, idle_timeout)

0 commit comments

Comments
 (0)