minor fix

This commit is contained in:
fatalerrors
2026-05-20 15:54:23 +02:00
parent 9a272689eb
commit 1a48280b14
6 changed files with 36 additions and 27 deletions

View File

@@ -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.