Switch to Google protobufs and make UserStream
This commit is contained in:
@@ -80,3 +80,10 @@ void Resize::act_on_terminal( Terminal::Emulator *emu )
|
||||
emu->resize( width, height );
|
||||
handled = true;
|
||||
}
|
||||
|
||||
bool Action::operator==( const Action &other ) const
|
||||
{
|
||||
return ( char_present == other.char_present )
|
||||
&& ( ch == other.ch )
|
||||
&& ( handled == other.handled );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user