We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc5812 commit 9d560e4Copy full SHA for 9d560e4
pkg/tui/page/chat/chat.go
@@ -264,7 +264,6 @@ func (p *chatPage) Init() tea.Cmd {
264
265
// Update handles messages and updates the page state
266
func (p *chatPage) Update(msg tea.Msg) (layout.Model, tea.Cmd) {
267
-
268
switch msg := msg.(type) {
269
case tea.KeyboardEnhancementsMsg:
270
// Track keyboard enhancement support and update help text
0 commit comments