pulumi/pkg/backend/display
Pat Gavlin 3aecebe5cb [color] Use graphemes to measure strings.
The number of Unicode code points in a string is not the same as the
number of user-visible characters (graphemes). When measuring colorized
strings, we want the latter rather than the former. Notably, these
changes fix some issues where the interactive display cut off before the
right edge of the terminal.
2022-11-09 08:23:00 -08:00
..
internal/terminal [cli] Abstract out terminal interactions 2022-11-08 17:13:56 -08:00
testdata [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
diff.go Truncate long stack outputs (#10021) 2022-07-12 11:24:21 -07:00
diff_test.go [cli] Abstract out terminal interactions 2022-11-08 17:13:56 -08:00
display.go [cli] Add a replay-events debug command. (#9271) 2022-04-07 09:03:19 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
events.go Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
json.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
jsonmessage.go [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
object_diff.go Truncate long stack outputs (#10021) 2022-07-12 11:24:21 -07:00
options.go [cli] Abstract out terminal interactions 2022-11-08 17:13:56 -08:00
progress.go [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
progress_test.go [cli] Abstract out terminal interactions 2022-11-08 17:13:56 -08:00
query.go re-enable and color dot spinner for non-interactive mode (#8996) 2022-02-15 14:37:04 -08:00
rows.go Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
sigint_unix.go [cli] Reimplement the interactive renderer 2022-11-07 22:02:44 -08:00
sigint_windows.go [cli] Reimplement the interactive renderer 2022-11-07 22:02:44 -08:00
tableutil.go [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
tree.go [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
watch.go [cli] Add a replay-events debug command. (#9271) 2022-04-07 09:03:19 -07:00