knqyf263 / pet

Simple command-line snippet manager
MIT License
4.54k stars 230 forks source link

[Bug] Pasting long text in the argument windows does not work correctly - adds spaces between characters for long strings #179

Closed mojothejojo closed 9 months ago

mojothejojo commented 3 years ago
  1. in the argument window - when small text is pasted works fine - but when larger text is pasted - it introduces spaces between the characters - eg consider:
    • when pasting google.com it will be pasted as => google.com
    • but on pasting tiralgooglecomwebsitetobetigt.com => tiralgooglecomwebsi t e to b e t i g t . c o m
  2. Consider this screenshot Screenshot 2021-09-20 at 6 04 13 PM

Platform : Mac - BigSur Key being pressed : Command+V

bergercookie commented 2 years ago

Is there any update on this? It's one of the issues that if solved would considerably improve the UI experience of this tool

@knqyf263 any insight as to the area that this bug may reside?

finzzz commented 2 years ago

related to #132 root cause: https://github.com/jroimartin/gocui/issues/187