Skip to content

Commit

Permalink
chore: update echo-msg example
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Feb 29, 2024
1 parent 718a923 commit c28f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/echo-msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case "b":
execute(sys.RequestBackgroundColor)
case "k":
cmd = tea.RequestKittyFlags
cmd = tea.RequestKittyKeyboardFlags
}
case "k":
switch msg.String() {
Expand Down

0 comments on commit c28f548

Please sign in to comment.