guileen/terminal-status

hidden files/directories leaking out of terminal window

Opened this issue · 1 comments

See screenshot, and notice the .gitignore, .apm, .node-gyp files floating in the middle of my editor :(

screen shot 2015-08-10 at 1 35 49 pm

Chrome rendering bug. This fixes it:

.cli-status .terminal {
  transform: translate3d(0,0,0);
}