Struct ransid::Performer [] [src]

pub struct Performer<'a, F: FnMut(Event) + 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, F: FnMut(Event)> Perform for Performer<'a, F>
[src]

[src]

Draw a character to the screen and update states

[src]

Execute a C0 or C1 control function

[src]

Invoked when a final character arrives in first part of device control string Read more

[src]

Pass bytes as part of a device control string to the handle chosen in hook. C0 controls will also be passed to the handler. Read more

[src]

Called when a device control string is terminated Read more

[src]

Dispatch an operating system command

[src]

A final character has arrived for a CSI sequence Read more

[src]

The final character of an escape sequence has arrived. Read more