micro/internal/action
cutelisp 5eddf5b85d
Some checks failed
Build and Test / test (1.19.x, macos-latest) (push) Has been cancelled
Build and Test / test (1.19.x, ubuntu-latest) (push) Has been cancelled
Build and Test / test (1.19.x, windows-latest) (push) Has been cancelled
Build and Test / test (1.23.x, macos-latest) (push) Has been cancelled
Build and Test / test (1.23.x, ubuntu-latest) (push) Has been cancelled
Build and Test / test (1.23.x, windows-latest) (push) Has been cancelled
Change MainTab calls (#3750)
Swaping `MainTab` calls to `h.tab` will not change the normal micro
behaviour.
This changes will make possible to call `ForceQuit`, `VSplitIndex` and
`HSplitIndex` for tabs that aren't main one.
2025-05-26 22:07:14 +02: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
actions.go Change MainTab calls (#3750) 2025-05-26 22:07:14 +02:00
bindings.go Import paths: fix non-alphabetic order 2025-03-24 23:01:48 +01:00
bufpane.go Change MainTab calls (#3750) 2025-05-26 22:07:14 +02:00
command.go command: Apply small cosmetics to openTerm() 2025-05-08 06:27:11 +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
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
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