summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go2
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()