Skip to content
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

Block Cursor Disappear in base16_terminal #2242

Closed
r-odriguez opened this issue Apr 23, 2022 · 0 comments · Fixed by #2279
Closed

Block Cursor Disappear in base16_terminal #2242

r-odriguez opened this issue Apr 23, 2022 · 0 comments · Fixed by #2279
Labels
A-theme Area: Theme and appearence related C-bug Category: This is a bug

Comments

@r-odriguez
Copy link

Summary

  • OS: Arch Linux
  • Tested terminals: Alacritty, xterm, urxvt, xfce4-terminal
  • Helix: build from source
  • Version: 22.03
  • What's happening? when you set the base16_terminal theme, the block cursor disappear. The "underline" and "bar" cursors are normal and doesn't show any weird behaviour.

Onedark theme with cursor at the beginning of line 6

image

Base16_terminal theme with cursor at the beginning of line 6

image

  • With other cursors:
    • Bar
      image
    • Underline
      image

My config.toml:

theme = "base16_terminal"

[editor]
line-number = "relative"
mouse = false
true-color = true
scrolloff = 5

[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"

[editor.lsp]
display-messages = true

Reproduction Steps

No response

Helix log

No response

Platform

Linux

Terminal Emulator

Alacritty, Xterm, Urxvt, Xfce4-terminal

Helix Version

22.03

@r-odriguez r-odriguez added the C-bug Category: This is a bug label Apr 23, 2022
@kirawi kirawi added the A-theme Area: Theme and appearence related label Apr 23, 2022
@the-mikedavis the-mikedavis linked a pull request Apr 26, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-theme Area: Theme and appearence related C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants