Pasting text removes duplicate characters
Brought to you by:
morganhold,
qurben
When pasting text with duplicate characters, the duplicate characters are removed. Example: Attempt to paste the string "Myy_oh_myyyy" using shift+ctrl+v will result in the text "My_oh_my" being pasted into the terminal.
Version: 1.4.1.0
PS. Love the app! Great job!
Need to test on different locales, in 1.4.2 works perfect on Win XP and Seven with RU/EN locales.
Got the latest version 1.4.2.0 and tested again. I'm using 64 bit so I've changed console process to start C:\Windows\SysWOW64\cmd.exe
Pasting right after that starts seems to work fine but after I start running git bash console the pasting begins behaving as noted. (http://git-scm.com/download/win)
From inside the console I run the following to start git bash "C:\Program Files (x86)\Git\bin\sh.exe" --login -i" In a normal console window pasting works fine but from inside the Quake Console it removes the duplicate characters as noted.