Skip to content

Add `UnknownCSI` event type

Michael Aaron Murphy requested to merge gyscos:master into master

Created by: gyscos

When a CSI sequence is not parsed by termion, return a special UnknownCSI event including the byte sequence, allowing applications using termion to do their own parsing.

Merge request reports