diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 14:47:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 14:47:24 -0500 |
| commit | 2fb8dc546300f278255c0a5ee339b6a9c7e89d48 (patch) | |
| tree | d0d37a99379d041e38a90e1bcafc409391472ff5 /humanTable.go | |
| parent | 3c8fa2cb3cbb49dc0f526dfa7536eadd601e9ccc (diff) | |
rm more stuffv0.0.11
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/humanTable.go b/humanTable.go index 295478d..e94fcb3 100644 --- a/humanTable.go +++ b/humanTable.go @@ -60,6 +60,7 @@ func StandardTableRowDebug(sizes []int, args []string) (string, string) { return StandardTableRow(sizes, args) } +/* func StandardTableSize5(sizes []int, args []string) string { WIDTH, _ := getTerminalWidth() var s string @@ -83,6 +84,7 @@ func StandardTableSize5(sizes []int, args []string) string { all := fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5) return all[0:WIDTH] } +*/ func StandardTableSize10(sizes []int, args []string) string { WIDTH, _ := getTerminalWidth() |
