Skip to content

Commit 4492364

Browse files
authored
Merge pull request #30 from hymkor/multiline-v0.22.4
Update go-multiline-ny from v0.22.3 to v0.22.4
2 parents 0d58fd3 + 8dcddce commit 4492364

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/glebarez/go-sqlite v1.22.0
77
github.com/go-sql-driver/mysql v1.8.1
88
github.com/hymkor/csvi v1.21.1
9-
github.com/hymkor/go-multiline-ny v0.22.3
9+
github.com/hymkor/go-multiline-ny v0.22.4
1010
github.com/hymkor/go-shellcommand v0.0.2
1111
github.com/hymkor/struct2flag v0.0.4
1212
github.com/lib/pq v1.10.9

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
2727
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
2828
github.com/hymkor/csvi v1.21.1 h1:8rgQgH0mGTeuzabk7cN53g87LwoR/uMQIAmIEqIk0bo=
2929
github.com/hymkor/csvi v1.21.1/go.mod h1:zm4EcSzlGiiCtPWq77a+L3Q5IpJufIEX0q4iIGKXZhs=
30-
github.com/hymkor/go-multiline-ny v0.22.3 h1:+4ttpG8MQK6F3uWqxbWFoDlIAN8bv4BmH7HyxTIfHn0=
31-
github.com/hymkor/go-multiline-ny v0.22.3/go.mod h1:9FsFQa3nIhxAjz1yL0kK/Oya/LB4fBsHckY3ZqBcTJY=
30+
github.com/hymkor/go-multiline-ny v0.22.4 h1:Ag2rkBpDnr3jp+AHe1CuXSOQ4AQ8D0+gBNVf+BAX+/0=
31+
github.com/hymkor/go-multiline-ny v0.22.4/go.mod h1:v2lqQooHVAO53WICAIbgTn74bQtzsg4tFn29d+7JPwY=
3232
github.com/hymkor/go-shellcommand v0.0.2 h1:6+XG2h/9DGk5i3Oh4rU48z/nsPWx4Sp73s6OpryQtyw=
3333
github.com/hymkor/go-shellcommand v0.0.2/go.mod h1:fZAUgV71RYfFRqqFvJRq/pA0v4RlCCHc2r/WBIPY8sQ=
3434
github.com/hymkor/struct2flag v0.0.4 h1:gF/RACxQznCXnithZdX3xvZqGeOUVXIlM2CCg2Z8r9o=

release_note_en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Release notes (English)
22
=======================
33
( **English** / [Japanese](release_note_ja.md) )
44

5-
- Improved single-key input handling so that control key escape sequences (e.g. the Up Arrow `\x1B[A`) are not misinterpreted even when they are split by terminal behavior. As part of this change, the `Esc` key is now always treated as a prefix key. The following internal dependencies were updated: (#29)
5+
- Improved single-key input handling so that control key escape sequences (e.g. the Up Arrow `\x1B[A`) are not misinterpreted even when they are split by terminal behavior. As part of this change, the `Esc` key is now always treated as a prefix key. The following internal dependencies were updated: (#29,#30)
66
- Csvi v1.20.1 → v1.21.1
7+
- go-multiline-ny v0.22.3 →v0.22.4
78
- go-readline-ny v1.13.0 → v1.14.1
89
- go-ttyadapter v0.2.0 → v0.3.0
910

release_note_ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Release notes (Japanese)
22
========================
33
( [English](release_note_en.md) / **Japanese** )
44

5-
- 一文字キー入力で、制御キー入力シーケンス(例:上矢印 `\x1B[A`)が端末仕様により分断されても誤動作しないよう、Esc キーを常にプレフィックスキーとして扱う挙動に改善した。内部的に以下のパッケージを更新した。(#29)
5+
- 一文字キー入力で、制御キー入力シーケンス(例:上矢印 `\x1B[A`)が端末仕様により分断されても誤動作しないよう、Esc キーを常にプレフィックスキーとして扱う挙動に改善した。内部的に以下のパッケージを更新した。(#29,#30)
66
- Csvi v1.20.1 → v1.21.1
7+
- go-multiline-ny v0.22.3 →v0.22.4
78
- go-readline-ny v1.13.0 → v1.14.1
89
- go-ttyadapter v0.2.0 → v0.3.0
910

0 commit comments

Comments
 (0)