| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…on ServerCore but fails running in container to allow PSReadline to continue
…l#3937) The api is available on ServerCore but fails (returns false) running in container. Silently ignoring the failure allows PSReadline to work.
| Back | FazBrowse Home | New Git URL |
The GetCurrentConsoleFontEx() api is available, but fails with unspecified error code on ServerCore running in container. Using similar logic to NanoServer where the api is not available, don't make the error fatal. Ignore the error so PSReadline continues to work. Impact is if using ServerCore on non-English (double char wide) characters.
Fix #3927