Skip to content

Commit

Permalink
fixed the correct count of items on the page ref #68 , fixed methods …
Browse files Browse the repository at this point in the history
…to "IgnoreColorTokens" and "AcceptColorTokens" ref #65
  • Loading branch information
Fernando Cerqueira committed Sep 19, 2023
1 parent 54ad556 commit c3fbb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/SelectBasicSamples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static void Main(string[] args)
{
PromptPlus.WriteLine("Hello, World!");

Check failure on line 44 in Samples/SelectBasicSamples/Program.cs

View workflow job for this annotation

GitHub Actions / build

} expected

Check failure on line 44 in Samples/SelectBasicSamples/Program.cs

View workflow job for this annotation

GitHub Actions / build

} expected

.Separator() //Default Separator : SeparationLineType.SingleLine

Check failure on line 46 in Samples/SelectBasicSamples/Program.cs

View workflow job for this annotation

GitHub Actions / build

; expected

Check failure on line 46 in Samples/SelectBasicSamples/Program.cs

View workflow job for this annotation

GitHub Actions / build

; expected
//Ensure ValueResult Culture for all controls
PromptPlus.Config.DefaultCulture = new CultureInfo("en-us");

Expand Down

0 comments on commit c3fbb03

Please sign in to comment.