-
Updated
Oct 1, 2020 - Python
terminal-app
Here are 274 public repositories matching this topic...
-
Updated
Oct 9, 2020 - C
-
Updated
Oct 10, 2020 - C
-
Updated
Oct 12, 2020 - Python
-
Updated
Feb 18, 2020 - Go
I was reading the code today and found some potential improvements and a problem in the code.
-
Starting with the problem:
InputArea::heightis never set. It starts its life asNoneand stays that way. That meansInputArea::get_heightalways recomputes the height even if nothing changes inInputArea. -
I think it'd be better to invalidate
InputLine::ws_indices(renamed from
-
Updated
Oct 9, 2019 - Java
-
Updated
Oct 13, 2020 - C
-
Updated
Jun 17, 2019 - Go
I use dark background themes on my terminals. In VIM I set bg=dark. The color palette that bitwise uses makes it difficult to see some things (e.g., those in dark blue) on dark bg terms.
Nice tool though!
Describe the bug
When a track title is long enough that it gets cut off, the artist's name is shifted one column.
To Reproduce
Steps to reproduce the behavior:
- Find any track with a long title
- Make your terminal window smallish
Expected behavior
All artist's names should line up.
Screenshots


The keyboard shortcuts should be separated in some config file because the current ones' may interfere with the user bindings. Also, in this case we also need to handle the rendering of the shortcuts from the config file.