mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-20 13:48:16 +08:00
Fix line break regression
In commit d1d94cd
, we accidentally introduced a regression
since conhost requires all line breaks to be `\r\n`.
This commit is contained in:

committed by
Phil Scott

parent
1dfc6bdadc
commit
6549436356
@ -1,43 +0,0 @@
|
||||
[
|
||||
[
|
||||
{
|
||||
Text: Foo,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
},
|
||||
{
|
||||
Text: Bar,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
Text: Baz,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
},
|
||||
{
|
||||
Text: Qux,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
Text: Corgi,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
@ -1,45 +0,0 @@
|
||||
[
|
||||
[
|
||||
{
|
||||
Text: Foo,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
Text: Bar,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
Text: Baz,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
},
|
||||
{
|
||||
Text: Qux,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
Text: Corgi,
|
||||
Style: {
|
||||
Foreground: {},
|
||||
Background: {}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user