a-kenji / tui-term

A pseudoterminal widget library for ratatui
MIT License
119 stars 7 forks source link

fix(example/smux): don't crash on some control codes #189

Closed kxxt closed 4 months ago

kxxt commented 4 months ago

Some control codes like Ctrl+4/Ctrl+\ make smux crash. This PR fixes it.

kxxt commented 4 months ago

LGTM, good catch :). Can you please add the link to the gist to CONTRIBUTING.md?

Actually there's already a link to a seemingly more maintained gist in CONTRIBUTING.md: https://github.com/a-kenji/tui-term/blob/964b0841a93f0f4fa3d9c5fe4eec377f62c1ab7d/docs/CONTRIBUTING.md?plain=1#L78

a-kenji commented 4 months ago

Thank you!