struct

TermBuf::Input::Signals::Signalled

Inherits Struct < Value < Object

A signal arrived, on its way to the dispatcher.

count is how many of that signal had been delivered when this one was, counting from one and cleared by #reset_count. It is carried rather than looked up on receipt so that a burst of signals produces one event per delivery with the count each of them actually had.

Constructors

new(signal : Signal, count : Int32)
Source

Instance methods

clone
Source
copy_with(signal _signal = @signal, count _count = @count)
Source
count
signal