Derive Eq for ProtocolType - #194
Conversation
|
Merge of fa58c74 to Screenshots from all terminal emulators:alacrittyblackboxcontourfootghosttykittykonsolemltermrioweztermxfce4-terminalxtermxterm-vt340 |
|
/merge |
|
@VAWVAW may I ask why? I feel like everytime a user needs to deal with ProtocolType, the library has failed in some way. |
|
Thanks for merging this.
The only actual usecase I can think of is having a tmux session open in multiple terminals that support different protocols. |
|
Ah right. I always thought that it would be best if we could remove the ability to configure the protocol_type etc in iamb. Otherwise some users might have some old configuration that isn't needed anymore (has been fixed upstream). |


























I want to use
ProtocolTypein aniambtype that needs it to beEq. I don't see how deriving this could lead to any problems.