Add helpful messages for different actions

This commit is contained in:
2025-06-14 12:32:27 +03:00
parent 12495d4bd9
commit ffd8cd54c0
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ func initTopMenu() {
d := CreateDropdownMenu(buffersSlice, 0, y, 0, func(i int) {
window.CurrentBuffer = Buffers[i]
PrintMessage(window, fmt.Sprintf("Set current buffer to '%s'.", window.CurrentBuffer.Name))
ClearDropdowns()
window.CursorMode = CursorModeBuffer
})