Skip to content

Commit

Permalink
Updated cbind module
Browse files Browse the repository at this point in the history
Fixed to register ctrl+h as backspace,
because there was a problem where ctrl+h was registered as ctrl+backspace.
  • Loading branch information
noborus committed Sep 8, 2023
1 parent 331d799 commit b9596a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace code.rocketnine.space/tslocum/cbind v0.1.5 => github.com/noborus/cbind v0.1.5-0.20230908043842-600415b20353
replace code.rocketnine.space/tslocum/cbind v0.1.5 => github.com/noborus/cbind v0.1.5-0.20230908160312-b8340899f8df
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZ
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/noborus/cbind v0.1.5-0.20230908043842-600415b20353 h1:1PZNzq+zn/9V+Wxi7MX/gnX40nk3obFYaqNSkpve1EY=
github.com/noborus/cbind v0.1.5-0.20230908043842-600415b20353/go.mod h1:LtfqJTzM7qhg88nAvNhx+VnTjZ0SXBJtxBObbfBWo/M=
github.com/noborus/cbind v0.1.5-0.20230908160312-b8340899f8df h1:ApXuVlxkfqXlwJmgSCOza24txGyBXvXFs7bgVP+WdYA=
github.com/noborus/cbind v0.1.5-0.20230908160312-b8340899f8df/go.mod h1:LtfqJTzM7qhg88nAvNhx+VnTjZ0SXBJtxBObbfBWo/M=
github.com/noborus/guesswidth v0.3.4 h1:+iKmbm0iFTS3pksIOKQQvLVZVOKNZHavqJoFK2mPoTQ=
github.com/noborus/guesswidth v0.3.4/go.mod h1:2F1sqiazKIwuSRjQTweQHPFJcjV5375jYUrTik9/V5k=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
Expand Down

0 comments on commit b9596a4

Please sign in to comment.