File: known-problems.md

package info (click to toggle)
rust-crossterm-winapi 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 204 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Known problems

There are some problems I discovered during development. I don't think it has to do anything with
the crossterm, but it has to do whit how terminals handle ANSI or WinAPI. 

## WinAPI

- Power shell does not interpreter 'DarkYellow' and is instead using gray instead, cmd is working perfectly fine.
- Power shell inserts an '\n' (enter) when the program starts, this enter is the one you pressed when running the command.
- After the program ran, power shell will reset the background and foreground colors.