github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/progress/scanbar_windows.go (about)

     1  // Copyright 2021 The TrueBlocks Authors. All rights reserved.
     2  // Use of this source code is governed by a license that can
     3  // be found in the LICENSE file.
     4  
     5  package progress
     6  
     7  func screenWidth() uint {
     8  	// TODO: Can we read the screen width?
     9  	return 120 // default reasonably
    10  }