-
Updated
Sep 10, 2020 - Python
terminal-app
Here are 268 public repositories matching this topic...
-
Updated
Sep 10, 2020 - C
-
Updated
Sep 17, 2020 - C
-
Updated
Sep 15, 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
Sep 20, 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
![image](https://user-images.githubusercontent.com/46696318/74108658-7
-
Updated
Oct 29, 2019 - Ruby
- Windows build
- OSX - homebrew package
-
Updated
Sep 20, 2020 - C++
-
Updated
Jan 2, 2018
-
Updated
Mar 19, 2020 - Python
-
Updated
Jan 29, 2019 - Python
-
Updated
Jan 28, 2020 - Go
-
Updated
Aug 15, 2020 - Go
-
Updated
Jun 6, 2020 - C
-
Updated
Mar 16, 2019 - JavaScript
-
Updated
Mar 11, 2020 - Go
-
Updated
Jun 24, 2020 - Shell
-
Updated
Sep 20, 2020 - Python
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 6, 2020 - C
-
Updated
Sep 14, 2020 - Rust
Improve this page
Add a description, image, and links to the terminal-app topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the terminal-app topic, visit your repo's landing page and select "manage topics."
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.