Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-14931

linenoise incorrectly duplicates lines containing multi-byte characters, when text wraps

    • ALL
    • Server 2.7.4, Server 2.7.5, Server 2.7.6

      if there are no multi-byte at first line, didn't comes up. but have multi-byte characters (more than 2 characters) always did.

      eg)
      > aaaaa가나다aaaaa|(end of shell)
      aa
      when I write next "a", should be
      > aaaaa가나다aaaaa|(end of shell)
      aaa
      but
      > aaaaa가나다aaaaa|(end of shell)
      aaaaaaa가나다aaaaa|(end of shell)
      aaa

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            bloodevil yeaji shin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: