mirror of
https://github.com/nsnail/spectre.console.git
synced 2026-05-04 22:29:29 +08:00
29a43686d4
The safe height (introduced in 3e2eea730b) would be 80 (the value of the safe width) instead of 24.
Removing the explicit `defaultValue` parameter ensures that the correct constants are used, i.e. Constants.DefaultTerminalWidth and Constants.DefaultTerminalHeight.