Git Product home page Git Product logo

Comments (8)

o-sdn-o avatar o-sdn-o commented on May 27, 2024

The /config/appearance/defaults/bordersz option is currently not used by anything, and it can be adapted for this purpose. This will be the size in cells of the side borders of the window.

There is also an option ESC [ 30 : <n> p to set horizontal scrolling indents, but this does not solve the copying issue. Perhaps these options can be combined to make things more consistent. I will think about how to implement this wisely.

from vtm.

o-sdn-o avatar o-sdn-o commented on May 27, 2024

Additionally, I think a one-shot toggle on the vtm terminal side would be useful for selecting and copying text when mouse tracking is active.

from vtm.

Fan-iX avatar Fan-iX commented on May 27, 2024

Additionally, I think a one-time toggle on the vtm terminal side would be useful for selecting and copying text when mouse tracking is active.

Indeed.

Speaking of which, I noticed that for a shell window, switching TerminalWrapMode/TerminalSelectionMode/TerminalCwdSync will moves the focus to the input line. When selection mode is disabled, I have to re-scroll back to find the text I'v found in the scrollback buffer after clicking the TerminalSelectionMode toggle.

from vtm.

o-sdn-o avatar o-sdn-o commented on May 27, 2024

switching TerminalWrapMode/TerminalSelectionMode/TerminalCwdSync will moves the focus to the input line

I will fix this inappropriate behavior. The scroll position should not be reset when pressing menu buttons related to text selection.

from vtm.

o-sdn-o avatar o-sdn-o commented on May 27, 2024

I have added a side border option config/term/layout/border (=0 by default):

<config>
    <term>
        <layout>
            <oversize=0 opacity=0xC0/>  <!-- Scrollback horizontal (left and right) oversize. (for convenient horizontal scrolling). -->
            <border=1/>                 <!-- Viewport's left and right border. -->
        </layout>
    </term>
</config>
  • config/term/fields section renamed to config/term/layout;
  • config/term/fields/size option renamed to the config/term/layout/oversize section;
  • config/term/fields/lucent option renamed to config/term/layout/oversize/opacity;

image

from vtm.

Fan-iX avatar Fan-iX commented on May 27, 2024

This works fine for me, but the window title seems to be missing when config/menu/wide is on in the v0.9.79 release.
image

from vtm.

o-sdn-o avatar o-sdn-o commented on May 27, 2024

Oops, I changed the calculation of the basis for nested objects and it went wrong. I will fix it. Thanks for the feedback!

from vtm.

o-sdn-o avatar o-sdn-o commented on May 27, 2024

I fixed the wide taskbar layout.

from vtm.

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.