1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:08:11 +00:00
serenity/Libraries/LibLine
AnotherTest b64bb7a3e1 LibLine: Fix suggestion spacing regression
This patch fixes an issue where the line editor would put no spacing
between suggestions (only when there are two suggestions).
To reproduce, try on a build with no ports (starting with `pro`):
```
> pro<tab>
profilepro
```
2020-05-12 08:57:14 +02:00
..
Editor.cpp LibLine: Fix suggestion spacing regression 2020-05-12 08:57:14 +02:00
Editor.h LibLine: Show suggestions in pages if they don't fit on the screen 2020-05-11 09:33:18 +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