Tags: tab-dance/bubbletea
Tags
fix: program renderer commands (charmbracelet#1030) Using program commands like p.EnableMouseCellMotion and p.SetWindowTitle _before_ the program starts can panic the application since `renderer` hasn't been initialized yet. Use program options to enable and set these options if `renderer` is not initialized. Fixes: charmbracelet#1029
PreviousNext