minor fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
# Known bugs
|
||||
|
||||
This document tracks currently known issues and limitations.
|
||||
@@ -24,3 +25,12 @@ This document tracks currently known issues and limitations.
|
||||
Konsole, etc.) to recover the expected Enter→prompt timing behavior.
|
||||
- Use `/usr/bin/time -p <command>` (or `time <command>`) when accurate timing is needed.
|
||||
- Treat prompt timing as an approximate indicator in this environment.
|
||||
|
||||
---
|
||||
|
||||
## Rain/Matrix rendering is slow on Windows
|
||||
|
||||
- **Description:** The rain and matrix terminal effects are significantly slower on Windows, especially with high density settings.
|
||||
- **Cause:** This is due to the way Windows handles terminal display updates, which is inherently less efficient than on Unix-like systems.
|
||||
- **Status:** Not fixable in Bash; this is a limitation of Windows terminal design.
|
||||
- **Workaround:** Lower the density parameter for better performance, or use a Unix-like environment for optimal speed.
|
||||
|
||||
Reference in New Issue
Block a user