Git Product home page Git Product logo

Comments (11)

jeremyramin avatar jeremyramin commented on July 16, 2024

@miguelcarax Did this happen after resizing Atom?

from terminal-plus.

miguelcarax avatar miguelcarax commented on July 16, 2024

yes

from terminal-plus.

jeremyramin avatar jeremyramin commented on July 16, 2024

@miguelcarax Did you enter ls and then resize? or resize then ls? Currently the terminal cuts off the end if you resize down.

from terminal-plus.

miguelcarax avatar miguelcarax commented on July 16, 2024

it's cut in any form. It happens in normal view, after resize too and full view.

from terminal-plus.

jeremyramin avatar jeremyramin commented on July 16, 2024

Resizing removes letters from the right side until I fix it. If your ls looks like that screen shot after a resize then yes that is a problem. Your terminal should be adjusting to the new size. Are you on the latest update?

from terminal-plus.

jeremyramin avatar jeremyramin commented on July 16, 2024

@miguelcarax I just realized but are you using a monospaced font? Terminals rely on that to have proper spacing.

from terminal-plus.

jeremyramin avatar jeremyramin commented on July 16, 2024

Has this issue been fixed for you?

from terminal-plus.

miguelcarax avatar miguelcarax commented on July 16, 2024

Sorry, i was without internet those days. The problem was the font yeah... i change to default and now works properly.

Can be posible to have a Solarized Dark theme?

Sorry for the late answer.

from terminal-plus.

jeremyramin avatar jeremyramin commented on July 16, 2024

Miguel, you can specify your own theme by adding the following template to your Atom stylesheet:

.terminal-plus .xterm {
  background-color: ;
  color: ;

  ::selection {
    background-color: ;
  }

  .terminal-cursor {
    background-color: ;
  }
}

Your Atom stylesheet can be opened by clicking File > Open Your Stylesheet from the menu at the top of Atom. This is CSS and expects a color name or hex color attribute.

Example:

.terminal-plus .xterm {
  background-color: black; // Terminal background
  color: white; // Font Color

  ::selection {
    background-color: blue; // Selection color
  }

  .terminal-cursor {
    background-color: white; // Cursor color
  }
}

from terminal-plus.

miguelcarax avatar miguelcarax commented on July 16, 2024

Wow! That works great! Thx for all :)

from terminal-plus.

jeremyramin avatar jeremyramin commented on July 16, 2024

No problem. Glad I could help.

from terminal-plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.