Commit 32af54d
committed
ext: Replace terminal_size with comfy-table
I was looking at our vendoring set and while it's not actually
relevant I found myself wondering why we had *three* versions
of `windows-sys`. Having that many crate versions is often a signal
that there's an unmaintained dependency.
And indeed, `terminal_size` is no longer cool. The "in" crowd
has moved on to newer, hipper things. Life moves fast, we need
to keep up.
(OK but yes also this drops some manual column printing code
we had which is also a win)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 7f94a7a commit 32af54d
4 files changed
Lines changed: 25 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | 902 | | |
917 | 903 | | |
918 | 904 | | |
919 | 905 | | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
931 | 911 | | |
932 | 912 | | |
933 | 913 | | |
| |||
937 | 917 | | |
938 | 918 | | |
939 | 919 | | |
940 | | - | |
941 | | - | |
942 | 920 | | |
943 | 921 | | |
944 | 922 | | |
945 | | - | |
946 | | - | |
947 | | - | |
| 923 | + | |
| 924 | + | |
948 | 925 | | |
949 | | - | |
950 | | - | |
951 | | - | |
| 926 | + | |
952 | 927 | | |
| 928 | + | |
953 | 929 | | |
954 | 930 | | |
955 | 931 | | |
| |||
0 commit comments