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?
Thanks for the plugin, it is quite useful.
Unfortunately, it looks like the method
select_all()inselectallfunctioncannot 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?