Projects STRLCPY termdash Commits 85902cf1
🤬
  • ■ ■ ■ ■
    container/focus.go
    skipped 18 lines
    19 19  import (
    20 20   "image"
    21 21   
     22 + "github.com/mum4k/termdash/internal/button"
    22 23   "github.com/mum4k/termdash/mouse"
    23  - "github.com/mum4k/termdash/mouse/button"
    24 24   "github.com/mum4k/termdash/terminal/terminalapi"
    25 25  )
    26 26   
    skipped 69 lines
  • mouse/button/button.go internal/button/button.go
    Content is identical
  • mouse/button/button_test.go internal/button/button_test.go
    Content is identical
  • ■ ■ ■ ■
    widgets/button/button.go
    skipped 23 lines
    24 24   
    25 25   "github.com/mum4k/termdash/align"
    26 26   "github.com/mum4k/termdash/cell"
     27 + "github.com/mum4k/termdash/internal/button"
    27 28   "github.com/mum4k/termdash/internal/canvas"
    28 29   "github.com/mum4k/termdash/internal/draw"
    29 30   "github.com/mum4k/termdash/internal/widgetapi"
    30 31   "github.com/mum4k/termdash/mouse"
    31  - "github.com/mum4k/termdash/mouse/button"
    32 32   "github.com/mum4k/termdash/terminal/terminalapi"
    33 33  )
    34 34   
    skipped 173 lines
  • ■ ■ ■ ■
    widgets/linechart/internal/zoom/zoom.go
    skipped 19 lines
    20 20   "image"
    21 21   "reflect"
    22 22   
     23 + "github.com/mum4k/termdash/internal/button"
    23 24   "github.com/mum4k/termdash/internal/numbers"
    24 25   "github.com/mum4k/termdash/mouse"
    25  - "github.com/mum4k/termdash/mouse/button"
    26 26   "github.com/mum4k/termdash/terminal/terminalapi"
    27 27   "github.com/mum4k/termdash/widgets/linechart/internal/axes"
    28 28  )
    skipped 538 lines
Please wait...
Page is in error, reload to recover