summaryrefslogtreecommitdiffstats
path: root/pkg/utils/formatting_test.go
AgeCommit message (Expand)Author
2024-06-23Use utils.StringWidth to optimize rendering performanceStefan Haller
2024-06-23Use actual ellipsis character instead of ... to truncate stringsStefan Haller
2023-08-28Make columnPositions include entries for removed columnsStefan Haller
2023-08-28Make RenderDisplayStrings return the column positionsStefan Haller
2023-08-28Take removed columns into account when applying column alignmentsStefan Haller
2023-08-28Add failing test demonstrating bug with column alignments and removed columnsStefan Haller
2023-08-28Change RenderDisplayStrings to return a slice of stringsStefan Haller
2023-08-19Fix arg order to assertsCristian Betivu
2023-06-26Cleanup: remove unnecessary if statementsStefan Haller
2023-05-21Right-align key labels in menuJesse Duffield
2021-10-31better formattingJesse Duffield
2021-10-30fix truncationJesse Duffield
2021-10-30fix yet another issue with indentationJesse Duffield
2021-10-30fix another issue with indentationJesse Duffield
2021-06-02refactorJesse Duffield