elvish/pkg/cli
Kurtis Rader 9c7c9cf7d9 [cleanup] trivial golint suggested changes
As with commit #eb2a792 I acknowledge that `golint` recommendations are
controversial and should not automatically be acted on. Nonetheless,
this change fixes legitimate lint issues such as copy/paste cleanups,
style problems I introduced (`i += 1` versus `i++`) or method/var comments
that are not in the preferred form.
2020-12-25 01:11:33 +00:00
..
addons [cleanup] trivial golint suggested changes 2020-12-25 01:11:33 +00:00
clitest [cleanup] trivial golint suggested changes 2020-12-25 01:11:33 +00:00
histutil [cleanup] trivial golint suggested changes 2020-12-25 01:11:33 +00:00
lscolors pkg/: Move test utilities from util/ to testutil/. 2020-09-03 04:55:16 +01:00
prompt pkg/: Move test utilities from util/ to testutil/. 2020-09-03 04:55:16 +01:00
term Replace "kr" package dependency with "creack" 2020-10-10 22:41:09 +01:00
app_spec.go Add $edit:small-word-abbr, and document $edit:{small-word- ''}abbr (#980) 2020-06-13 23:51:12 +01:00
app_test.go pkg/cli: apptest/ -> clitest/. 2020-09-03 04:44:55 +01:00
app.go go vet cleanup 2020-09-03 04:24:06 +01:00
codearea_render.go pkg/ui: Add a Concat function for concatenating multiple Text's. 2020-08-25 22:34:19 +01:00
codearea_test.go pkg/cli: Treat Ctrl-H the same way as Backspace in CodeArea's default key handler. 2020-11-07 18:44:18 +00:00
codearea.go [cleanup] trivial golint suggested changes 2020-12-25 01:11:33 +00:00
colview_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
colview.go pkg/cli: Copy state deeply in ColView.CopyState. 2020-03-25 22:23:33 +00:00
combobox_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
combobox.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
empty.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
label.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
layout_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
listbox_test.go pkg/cli: In ListBox.Accept, check index and do nothing if it is out of range. 2020-01-02 15:12:32 +00:00
listbox_window_test.go Fix typos found by codespell 2020-10-10 22:47:50 +01:00
listbox_window.go pkg/util: Move the wcwidth utilities to a new package, and add more tests. 2020-04-06 12:00:01 +01:00
listbox.go pkg/ui: Add a Concat function for concatenating multiple Text's. 2020-08-25 22:34:19 +01:00
loop_test.go go vet cleanup 2020-09-03 04:24:06 +01:00
loop.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
modeline_test.go pkg/ui: Add a Concat function for concatenating multiple Text's. 2020-08-25 22:34:19 +01:00
modeline.go pkg/ui: Add a Concat function for concatenating multiple Text's. 2020-08-25 22:34:19 +01:00
scrollbar.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
state.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
textview_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
textview.go pkg/util: Move the wcwidth utilities to a new package, and add more tests. 2020-04-06 12:00:01 +01:00
tty_unix_test.go pkg/cli/tty_unix_test.go: Ignore SIGURG when testing on the signal channel. 2020-04-03 23:28:50 +01:00
tty.go Remove unused code. 2020-08-23 16:04:44 +01:00
util_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
util.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
widget_test_utils_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
widget_test_utils.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
widget_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
widget.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
write_listing_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
write_listing.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00