EnableContinuedLineCopy=onで改行の代わりに空白で埋められることがある
Eröffnet am: 2018-07-16 20:34
Letztes Update: 2018-07-26 01:57
Auswertung: | (Anonym) | Verantwortlicher: | doda |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term | Status: | Offen [Owner assigned] |
Lösung | Won't Fix |
Einzelheiten
tcsh の prompt文字列に "\n" を含めると、EnableContinuedLineCopy=onで改行文字の代わりに空白が埋められることがある。
Tera Term Version 4.99 (SVN$ 7121)で確認。
1. TeraTerm.ini で EnableContinuedLineCopy=on 2. tcshのpromptに改行("\n")を含める。set prompt="tcsh(before LF)\n(after LF)%# " 3. ↑で設定したpromptを含む出力をコピーペーストすると、以下のようになる。
$ set prompt="[tcsh](before LF)\n(after LF)%# " [tcsh](before LF) (after LF)$
期待するペースト内容は下記。
$ set prompt="[tcsh](before LF)\n(after LF)%# " [tcsh](before LF) (after LF)$
Kommentar
そうだったのですか。。Tera Termではなく、tcshの問題ということで回避策がないか探してみます。 ご確認、ご対応ありがとうございました。