1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:47:35 +00:00
serenity/Libraries/LibLine
AnotherTest e578b7884b LibLine: Properly handle ^C and do not return after being interrupted
this commit fixes a...surprisingly long-standing ^C bug, where it would
return the buffer instead of voiding it and starting over :^)
2020-04-20 17:27:30 +02:00
..
Editor.cpp LibLine: Properly handle ^C and do not return after being interrupted 2020-04-20 17:27:30 +02:00
Editor.h LibLine: Properly handle ^C and do not return after being interrupted 2020-04-20 17:27:30 +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: Add live styling support 2020-04-05 16:11:13 +02:00