Skip to content

Add support for CSI sequences

Mateusz Piórkowski requested to merge mati7337/plymouth:main into main

Add support for CSI sequences which will allow the usage of keys like F1-F12, Home, End etc. from scripts. Now they're distinguished from escape key, so they don't toggle between views. F1-F12 keys in the x11 renderer will be sent as escape sequences.

Fixes #166 (closed)

Edited by Ray Strode

Merge request reports