Skip to content

ctrl+v paste does not copy text correctly in linux(wsl) #95

Description

@Eboubaker

Take this sample

import sys

import readchar

while True:
    sys.stdout.write(readchar.readchar())
    sys.stdout.flush()

if I copy the text ClientMessage.to_server and paste it into the program terminal in linux(wsl) I would get unordered characters
or missing characters like this ClientMto_seerrv

on windows cmd it works fine

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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