Changes in 4.4.20_1 (English)
- Updated go-readline-ny to v1.16.1 to support ConEmu, fixing the following issues: (#511)
- When the prompt contained a Variation Selector, ConEmu reserved excessive display width for the prompt (#510, go-readline-ny#42)
- In ConEmu, when a prediction extended to the right edge of the screen, the starting position of the edited text could shift slightly to the left (go-readline-ny#44)
(The prediction display incorrectly counted some columns that should not have been considered available.)
Changes in 4.4.20_1 (Japanese)
- ConEmu 対応のため、go-readline-ny を v1.16.1 へ更新し、以下の問題を解消 (#511)
- プロンプトに異体字セレクタが含まれている場合、ConEmu でプロンプトの表示幅が過剰に確保される問題(#510,go-readline-ny#42)
- ConEmu で予想入力表示が画面の右端まで使用した時、編集テキストの表示開始位置が左にずれる問題を修正 (go-readline-ny#44)
(予想表示が利用すべきでない余裕分まで利用可能な桁数と数えていた)
Thanks to @tsuyoshicho