vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

Fix prepending newlines on glint output

Open chrisroberts opened this issue 3 years ago • 1 comments

Description

When using the glint terminal implementation, newlines are prepended to the document when accepting input (and when resizing the terminal). This will require some investigation as I think the source of the issue is coming from the glint library itself, not the terminal implementation.

Supporting material

  • hashicorp/vagrant-plugin-sdk#188

Estimated task complexity time-frame (does not guarantee a delivery date

  • [ ] 1 day
  • [x] 1 week
  • [ ] 2-3 weeks

Estimated user impact

Minor: trivial inconveniences that have robust workarounds

chrisroberts avatar Aug 29 '22 21:08 chrisroberts

This may be fixed in part by https://github.com/hashicorp/vagrant-plugin-sdk/pull/188. Or at least the issue of newlines being prepended when accepting input.

soapy1 avatar Sep 09 '22 19:09 soapy1