lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

ScrollMenu - Console.WriteLine writes text over the menu #107

Closed lastunicorn closed 1 month ago

lastunicorn commented 1 month ago

Steps to reproduce

  1. Create a ScrollMenu object with items. Each Item should write some text to the console.
  2. Display the menu.
  3. Select an item

Actual behavior

The selected item writes the text over the menu. Overwrites the menu.

Expected behavior

The selected item should write the text bellow the menu.

Versions