added option to toggle log timestamp in the log view, closes #107

This commit is contained in:
Peter Reisinger
2017-12-08 11:35:04 +00:00
parent a135f45844
commit 0a6e6f02a4
4 changed files with 51 additions and 21 deletions

View File

@@ -91,9 +91,6 @@ func (e *Single) Align() {
log.Debugf("align: width=%v left-col=%v right-col=%v", e.Width, colWidth[0], colWidth[1])
}
func calcWidth(w int) {
}
func (e *Single) Buffer() ui.Buffer {
buf := ui.NewBuffer()
if e.Width < (colWidth[0] + colWidth[1]) {