-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using copy/paste functions doesn't keep line breaks #64
Labels
Comments
Hiya,
I cannot reproduce this issue. Are you sure you're not copying and
pasting a very long line that fenrir manually line breaks for review so
that it doesn't overflow the size of the review screen? I.E. if your
screen is 240 characters wide, and a line is output that has 560
characters, fenrir would manually break the line into three lines for
review. However, as far as I know, copying and pasting the same three
lines from review will end up with one single line as it actually was
output.
…-Michael.
On Wed, Jul 05, 2023 at 03:37:29PM -0700, Cleverson wrote:
When I mark a text, then copy and paste somewhere, Fenrir doesn't keep line breaks, but paste all of the text as a single line. this occurs when copying from the bash terminal as well as nano editor. It appears Fenrir is somehow erasing the line break character, or the like.
--
Reply to this email directly or view it on GitHub:
#64
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
--
Sorry about the test, it's just a me thing.
Michael Taboada, Creator of Games. Does that make me a god, well, sorta.
My pgp key: 79BC390E8864CD71305D4DD606CD2197A6EE5ED7
My website: https://michaels.world
2MB website: https://2mb.games
Don't believe everything you read on the internet. I might not be real, you might not be real, and this email certainly isn't real.
Sent from my vintage...
stationary bicycle
|
Hi, for me it really supress breaks. Earlier today I marked my prompt before and after the output of an LS command, copied and pasted into nano, and the problem occurred. |
Hiya,
Weird. Honestly not sure what to suggest. As mentioned, I tried to copy
and paste several lines of terminal output and it worked fine. I am also
on the latest fenrir version.
…-Michael.
On Thu, Jul 06, 2023 at 05:29:01PM -0700, Cleverson wrote:
Hi, for me it really supress breaks. Earlier today I marked my prompt before and after the output of an LS command, copied and pasted into nano, and the problem occurred.
--
Reply to this email directly or view it on GitHub:
#64 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
--
Sorry about the test, it's just a me thing.
Michael Taboada, Creator of Games. Does that make me a god, well, sorta.
My pgp key: 79BC390E8864CD71305D4DD606CD2197A6EE5ED7
My website: https://michaels.world
2MB website: https://2mb.games
Don't believe everything you read on the internet. I might not be real, you might not be real, and this email certainly isn't real.
Sent from my smart home...
stationary bicycle
|
is this still a thing? is this reproduceable in any way? or can you send me an debug out? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I mark a text, then copy and paste somewhere, Fenrir doesn't keep line breaks, but paste all of the text as a single line. this occurs when copying from the bash terminal as well as nano editor. It appears Fenrir is somehow erasing the line break character, or the like.
The text was updated successfully, but these errors were encountered: