micro/internal/action
Dmitry Maluka 6e43af31cb
Fix non-working split resize with mouse drag (#1811)
Fix the 2nd part of #1773: resize via mouse drag doesn't work if the
split on the left contains other splits, i.e. is not a leaf node.

The problem is that only leaf nodes have unique id. For non-leaf nodes
ID() returns 0. So we shouldn't search the node by id.
So replace GetMouseSplitID() with GetMouseSplitNode().
2020-08-04 18:37:19 -04:00
..
actions.go Improve multicursor clipboard 2020-07-05 01:12:35 -04:00
actions_other.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions_posix.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
bindings.go Add simulation screen tests 2020-06-20 18:24:12 -04:00
bufpane.go Add clipboard support for multicursors 2020-07-04 21:26:36 -04:00
command.go Add support for copy-paste via OSC 52 2020-07-04 20:00:39 -04:00
defaults_darwin.go Fix escape not exiting prompt 2020-07-03 22:12:58 -04:00
defaults_other.go Fix escape not exiting prompt 2020-07-03 22:12:58 -04:00
events.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
globals.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
infocomplete.go Add support for copy-paste via OSC 52 2020-07-04 20:00:39 -04:00
infopane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
pane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
rawpane.go Show key name in raw pane 2020-06-09 15:57:52 -04:00
tab.go Fix non-working split resize with mouse drag (#1811) 2020-08-04 18:37:19 -04:00
terminal_supported.go Check error in terminal emulator 2020-07-27 17:43:55 -04:00
terminal_unsupported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
termpane.go Add support for copy-paste via OSC 52 2020-07-04 20:00:39 -04:00