Skip to content
Swastik Baranwal edited this page Jan 16, 2022 · 2 revisions

Q. Why doesn't title with tab lines works when TitlePos isn't Inside?
Ans. TopBar/BottomBar depends upon the length of the title, number of tabs in the titleand b.Px. A magical number is also needed to so that we can add/sub from the calculated length accordingly then align it with rest of the box, but finding this out can only be possible during runtime i.e. it is a dynamic value. For now fixing this seems impossible so use spaces instead of tabs until a solution can be made.

Q. Why doesn't the module check if this terminal has this color profile?
Ans. It is impossible to know which terminal supports which color profile as there is no standardized way to detect this. If you know a way to detect that terminal then you can always do a PR for it. As for myself I cannot check every single terminal in existence and add their detection logic.

Q. How can PowerShell/CMD support True Colors when running this module else it is not supported?
Ans. The module enables Virtual Terminal Processing via gookit/color module. Though this feature only started to support from Windows 10 Version 1607. If you also want to support True Color for lower Windows Version then you can use alternatives such as ConEmu.

Clone this wiki locally