breadbyte / ConsoleInteractive

a user input library for c#
Apache License 2.0
6 stars 3 forks source link

Fix issue MCCTeam#2111 #12

Closed BruceChenQAQ closed 2 years ago

BruceChenQAQ commented 2 years ago

fix #10

This bug is caused by a combination of two problems: one is that acceptnewlines=false when WriteLineFormatted is called, and the other is that '\n' is not taken into account when counting the number of occupied lines.

breadbyte commented 2 years ago

Thank you for your contribution!