elvish/pkg/ui
Kurtis Rader 345c5c66dd Don't dot import pkg/ui
Qualified imports of pkg/ui outnumber unqualified (82 to 1). Improve
consistency, and clarity, by changing the dot (unqualified) imports of
that package symbols to qualified.
2022-06-04 23:39:19 +01:00
..
color_test.go pkg/ui: Test color.go. 2020-04-01 00:37:09 +01:00
color.go Use go-cmp to report unexpected test results. 2022-03-11 22:49:32 +00:00
key_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
key.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
mark_lines_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
mark_lines.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
parse_sgr_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
parse_sgr.go pkg/ui: Do not strip unprintable characters from the prompt. 2020-08-28 22:00:40 +01:00
style_regions_test.go Don't dot import pkg/ui 2022-06-04 23:39:19 +01:00
style_regions.go pkg/ui: Add utility for styling multiple regions in a text. 2021-02-27 23:05:42 +00:00
style_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
style.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
styling_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
styling.go pkg/ui: Implement StyleFromSGR in terms of a new StylingFromSGR. 2020-08-25 21:17:14 +01:00
text_segment_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
text_segment.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
text_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
text.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
ui.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00