Giter VIP home page Giter VIP logo

Comments (2)

tknerr avatar tknerr commented on September 18, 2024

the set TERM=rxvt in set-env.bat is definitely the culprit. After doing a set TERM= it works again both in a plain dos shell as well as in ConEmu.

Need to doublecheck why I added it in the first place and whether it is still needed.

from bills-kitchen.

tknerr avatar tknerr commented on September 18, 2024

This is what I have in set-env currently:

:: fix for http://code.google.com/p/msysgit/issues/detail?id=184,
:: but use TERM=rxvt instead of TERM=msys to not break `vagrant ssh` terminal
set TERM=rxvt

I can verify that:

  • with set TERM=rxvt on the host echo $TERM on the VM is rxvt => this works barely but breaks top and vim
  • with set TERM=msys on the host echo $TERM on the VM is msys => this breaks top and vim completely
  • with set TERM= on the host echo $TERM on the VM is cygwin => this seems to work better, top and vim are working as expected
  • with set TERM=cygwin on the host echo $TERM on the VM is cygwin => see above

I'm switching to set TERM=cygwin, this seems to work best.

from bills-kitchen.

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.