Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024

Original comment by andy.koppe on 2 Jan 2009 at 10:05

  • Changed state: Accepted
  • Added labels: Component-Logic, Milestone-0.3.2, Priority-High

from mintty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
Thanks for the excellent bug report! Fixed in r80 on branches/0.3.

Going back through revision history showed that the bug was introduced by a 
change to
term.c in r21. Removing paste_hold does indeed do the job for fullscreen apps, 
and
actually it also appears to improve matters on the command line. Previously, 
when
pasting two command lines the first one might appear twice, e.g.:

0 ~/Projects/mintty/branches/0.3
gcc config.c -c -MMD -MP -include std.h -std=gnu99 -Wall -Wextra -Werror 
-DNDEBUG
-march=i586 -mtune=pentium-m -fomit-frame-pointer -Os -DVERSION=0.3.0
gcc child.c -c -MMD -MP -include std.h -std=gnu99 -Wall -Wextra -Werror -DNDEBUG
-march=i586 -mtune=pentium-m -fomit-frame-pointer -Os -DVERSION=0.3.0

0 ~/Projects/mintty/branches/0.3
gcc child.c -c -MMD -MP -include std.h -std=gnu99 -Wall -Wextra -Werror -DNDEBUG
-march=i586 -mtune=pentium-m -fomit-frame-pointer -Os -DVERSION=0.3.0

Without paste_hold, the first child.c line no longer appears. I think that's 
because
the I/O via the pty already provides the necessary throttling.

Original comment by andy.koppe on 3 Jan 2009 at 9:26

  • Changed state: Fixed

from mintty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024

Original comment by andy.koppe on 4 Jan 2009 at 10:01

  • Changed state: Verified

from mintty.

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.