Glossary

buffered

accumulated in memory and only flushed to the screen when a full line is completed (by `WriteLn`) or when the buffer is full. This can cause prompts to be invisible: the user is waiting for a prompt that the operating system has not yet displayed.

Learn More

Related Terms