Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18287] Windows: CLI - Windows CLI default input font color should not be the same color as PowerShell background

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2015-06-12T16:58:44.000+0000
Affected Version/sn/a
Fix Version/sRelease 4.1.0
ComponentsCLI, Windows
Labelsqe-3.5.0
ReporterWilson Luu
AssigneeDawson Toth
Created2014-12-23T22:51:08.000+0000
Updated2017-03-17T17:53:36.000+0000

Description

*Details:* Currently, if you use CLI 3.5.0-dev with SDK 3.6.0 from Windows PowerShell (with default background), the CLI default input font color will match the background color; see attachment. *Expected:* The CLI default input font color should not match the PowerShell bacgkround.

Attachments

FileDateSize
powershell.PNG2014-12-23T22:51:08.000+000024721

Comments

  1. Bruce Wayne 2015-06-10

    Mind if I take this one, Praveen?
  2. Bruce Wayne 2015-06-10

    https://github.com/cb1kenobi/fields/pull/7
  3. Dawson Toth 2015-06-10

    That was me, by the way. I am the batman.
  4. Wilson Luu 2015-06-10

    [The bat signal.](https://s-media-cache-ak0.pinimg.com/736x/8f/30/e7/8f30e79e010f75cf62f01c40a4756760.jpg)
  5. Dawson Toth 2015-06-12

    Hmm... my powershell's background color on my mac just changed to be black; not sure what I changed. Might be related to my version of windows 10? But for the magenta stuff, we might consider patching colors.js as follows to get around this...
    if (process.platform === 'win32' && process.title.indexOf('PowerShell') >= 0) {
       	String.prototype.__defineGetter__('magenta', String.prototype.__lookupGetter__('red'));
       }
  6. Lee Morris 2017-03-17

    Closing ticket as fixed.

JSON Source