micro/internal/action
niten94 c457ae421a Generalize save prompt on close code into method
This slightly changes the open and term command to be similar with the
Quit action, where the buffer or pane is replaced after the prompts are
completed if "n" wasn't pressed after the 1st prompt.
2025-04-18 19:21:27 +08:00
..
actions.go Generalize save prompt on close code into method 2025-04-18 19:21:27 +08:00
actions_other.go Build constraints: switch to new syntax 2025-03-24 22:54:32 +01:00
actions_posix.go Build constraints: switch to new syntax 2025-03-24 22:54:32 +01:00
bindings.go Import paths: fix non-alphabetic order 2025-03-24 23:01:48 +01:00
bufpane.go Import paths: fix non-alphabetic order 2025-03-24 23:01:48 +01:00
command.go Generalize save prompt on close code into method 2025-04-18 19:21:27 +08:00
defaults.go Implemented new actions FirstTab, LastTab, FirstSplit and LastSplit and changed the default behavior of NextTab, PreviousTab, NextSplit, PreviousSplit to not walk in circles anymore 2024-09-15 16:35:22 +02:00
defaults_darwin.go Merge pull request #3403 from masmu/refactor/tab-actions 2024-09-16 22:19:36 +02:00
defaults_other.go Merge pull request #3403 from masmu/refactor/tab-actions 2024-09-16 22:19:36 +02:00
events.go import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
globals.go Improve comments 2021-08-21 17:58:30 -04:00
infocomplete.go Remove unused internal or unexported functions (#3481) 2024-11-16 21:19:37 +01:00
infopane.go Import paths: fix non-alphabetic order 2025-03-24 23:01:48 +01:00
keytree.go import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593) 2025-01-04 15:55:46 +01:00
pane.go More style improvements 2021-08-21 18:04:08 -04:00
rawpane.go Import paths: fix non-alphabetic order 2025-03-24 23:01:48 +01:00
tab.go Fix remaining gofmt complaints 2025-03-24 23:04:06 +01:00
terminal_supported.go Support term emulation on solaris, netbsd, openbsd/* 2025-04-05 17:49:57 +08:00
terminal_unsupported.go Specify tags where term emulation is unsupported 2025-04-05 17:49:57 +08:00
termpane.go Import paths: fix non-alphabetic order 2025-03-24 23:01:48 +01:00