Skip to content

Cannot modify line-break #1935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cgahr opened this issue Oct 21, 2023 · 2 comments
Closed

Cannot modify line-break #1935

cgahr opened this issue Oct 21, 2023 · 2 comments
Labels
invalid This doesn't seem right

Comments

@cgahr
Copy link

cgahr commented Oct 21, 2023

Describe the bug
I want to modify/remove the line break, however it remains as its default character.

To Reproduce
Steps to reproduce the behavior:

  1. move the following config to the config dir.
  2. run gitui

I changed to color of selection_bg to test that the config is being used, its a bright cyan color:

(
  selection_bg: Rgb(0,255,255),
  line_break: Some(""),
)

Expected behavior
The line-break symbol should not be there (compare screenshot).

Screenshots
grafik

Context (please complete the following information):

  • OS/Distro + Version: Ubuntu 22.04.3 LTS
  • GitUI Version: gitui 0.24.3
  • Rust version: - (installed via nixpkgs-unstable)
@cgahr cgahr added the bug Something isn't working label Oct 21, 2023
@extrawurst
Copy link
Collaborator

this was done recently: #1894 - its marked to release as 0.25

@extrawurst extrawurst added invalid This doesn't seem right and removed bug Something isn't working labels Oct 21, 2023
@cgahr
Copy link
Author

cgahr commented Oct 21, 2023

Ahh, didn't realize it's not released yet!

@cgahr cgahr closed this as completed Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants