Text product message

This commit is contained in:
Dan Paulat 2022-01-16 14:28:42 -06:00
parent 03fdd99585
commit 55d856a745
5 changed files with 418 additions and 0 deletions

View file

@ -20,6 +20,10 @@ std::istream& getline(std::istream& is, std::string& t)
case '\n': return is;
case '\r':
while (sb->sgetc() == '\r')
{
sb->sbumpc();
}
if (sb->sgetc() == '\n')
{
sb->sbumpc();