Michael Muré
8eb7faf67c
termui: help bar background goes all the width
2020-08-22 15:27:57 +02:00
Michael Muré
9ce84fc1a3
termui: make the help visually easier to parse
2020-08-22 15:12:09 +02:00
Yuri D'Elia
9c3d25e776
Set the Fg color of the status bar to White
...
Always set the Fg color when Bg is set. This fixes poor contrast on
terminals with non-standard foreground colors.
2020-07-13 13:30:46 +02:00
Michael Muré
a322721a11
termui: fix label cropped in the label edition window
2020-02-25 19:40:07 +01:00
Michael Muré
cb8236c9c2
termui: migrate to awesome-gocui instead of the old fork I had
2019-11-03 20:47:29 +01:00
Michael Muré
f72a9dc62b
switch to go-term-text to fix bad underflow for label rendering
2019-11-03 14:00:35 +01:00
ludovicm67
75004e1298
bug: rename RGBA to Color
2019-10-15 20:42:27 +02:00
Michael Muré
e100ee9f10
github: fix 3 edge-case failures
2019-03-01 22:48:50 +01:00
Michael Muré
ebcf3a7587
termui: use a forked gocui to fix large character handling
2018-12-25 20:49:54 +01:00
Michael Muré
7275280de3
termui: some cleanup in the label edition code
2018-10-17 19:50:41 +02:00
Luke Adams
4cb43815d0
Fix label select scrolling
...
This also sort of breaks the focus-on-add mechanism, but I can't think
of a good way to implement it.
2018-10-16 15:27:07 -06:00
Luke Adams
803fc6a8d0
Fix bug in computing added/removed labels
2018-10-16 14:36:57 -06:00
Luke Adams
3eedb6f65a
Fix error when label list is empty
2018-10-16 14:13:04 -06:00
Luke Adams
788cdb0633
Set minimum width for labelSelect
2018-10-05 13:12:47 -06:00
Luke Adams
b23f539a77
Error checking and cleanup
2018-10-05 12:22:15 -06:00
Luke Adams
b1b310d978
Make labelSelect with adaptive, add title
2018-10-05 12:18:00 -06:00
Luke Adams
3378e6409e
Fix bug in labelSelect addItem
...
Adding a new item would cause a panic because focusView attempted to
access a view that did not yet exist. Fixed by calling layout before
calling focusView.
2018-10-05 11:52:41 -06:00
Luke Adams
f50d65b892
Add scrolling to labelSelect
2018-10-04 16:49:03 -06:00
Luke Adams
98f27e9e7c
Make labelSelect update after add
2018-10-04 13:51:00 -06:00
Luke Adams
e8173d4663
Add labelSelect view for choosing labels
2018-10-04 13:51:00 -06:00