1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibLine
AnotherTest 98d25324fd LibLine: Add a hook to run when an interrupt is handled
We do not want to clog up signal handlers by putting possibly complex
logic inside them, so allow the editor to handle that.
2020-05-13 15:07:44 +02:00
..
Editor.cpp LibLine: Add a hook to run when an interrupt is handled 2020-05-13 15:07:44 +02:00
Editor.h LibLine: Add a hook to run when an interrupt is handled 2020-05-13 15:07:44 +02:00
Makefile LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h} 2020-03-31 13:34:57 +02:00
Span.h LibLine: Add live styling support 2020-04-05 16:11:13 +02:00
Style.h LibLine: Support RGB colors 2020-05-10 10:23:05 +02:00