Projects STRLCPY termdash Commits a645df60
🤬
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 10 lines
    11 11   
    12 12  - Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.1.0.
    13 13   
     14 +### Added
     15 + 
     16 +- TitleColor and TitleFocusedColor options for border title which enables the
     17 + setting of separate colors for border and title on a container.
     18 + 
     19 + 
    14 20  ## [0.14.0] - 30-Dec-2020
    15 21   
    16 22  ### Breaking API changes
    skipped 450 lines
  • ■ ■ ■ ■
    container/container_test.go
    skipped 1103 lines
    1104 1104   },
    1105 1105   },
    1106 1106   {
    1107  - desc: "inherits title color on left child container",
     1107 + desc: "inherits the border color for the title on left child container when TitleColor is not set",
    1108 1108   termSize: image.Point{10, 10},
    1109 1109   container: func(ft *faketerm.Terminal) (*Container, error) {
    1110 1110   return New(
    skipped 1946 lines
Please wait...
Page is in error, reload to recover