Skip to content

.select_all() does not really select all the text in the window #1

Description

@tommasosansone91

Thanks for the plugin, it is quite useful.

Unfortunately, it looks like the method select_all() in selectall function

def selectall(self, _widget, terminal):
    """Select all text """
    terminal.vte.select_all()

cannot really select all the text in the terminal, but only

"the latest (at the most bottom of the window) x lines of text, where x is a number of lines corresponding to those appearing in the window at its current size"

Did you noticed it? Or is it just me having this malfunctioning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions