micro/internal/action
Siddhant N Trivedi cf35b8021c
Fix some quality issues (#1914)
* Add .deepsource.toml

* Fix unnecessary typecasting on `bytes.Buffer`

* Fix check for empty string

* Replace nested if block with else-if

* Replace nested if block with else-if

* Replaced string.Replace() with string.ReplaceAll where n<0

* Remove deepsource toml file

Signed-off-by: siddhant-deepsource <siddhant@deepsource.io>

Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2021-01-09 13:39:21 -05:00
..
actions.go Fix some quality issues (#1914) 2021-01-09 13:39:21 -05: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 Fix non-working TryBindKey and UnbindKey (#1970) 2021-01-05 19:37:49 -05:00
bufpane.go Fix internal string binding representation 2020-11-05 15:52:25 -05:00
command.go Fix internal string binding representation 2020-11-05 15:52:25 -05:00
defaults.go Update keybinding docs 2020-09-06 17:38:23 -04:00
defaults_darwin.go Allow configuration for info/term bindings 2020-08-09 16:42:03 -04:00
defaults_other.go Allow configuration for info/term bindings 2020-08-09 16:42:03 -04:00
events.go Replace meta with alt automatically, update tcell 2020-09-05 21:59:19 -04: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 internal string binding representation 2020-11-05 15:52:25 -05:00
keytree.go Update to tcell v2 2020-09-05 14:52:35 -04:00
pane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
rawpane.go Update to tcell v2 2020-09-05 14:52:35 -04:00
tab.go Update to tcell v2 2020-09-05 14:52:35 -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 Fix internal string binding representation 2020-11-05 15:52:25 -05:00