zed/crates/terminal
Thorsten Ball 533416c5a9
terminal: Make CursorShape configurable (#18530)
This builds on top of @Yevgen's #15840 and combines it with the settings
names introduced in #17572.

Closes #4731.

Release Notes:

- Added a setting for the terminal's default cursor shape. The setting
is `{"terminal": {"cursor_shape": "block"}}``. Possible values: `block`,
`bar`, `hollow`, `underline`.

Demo:


https://github.com/user-attachments/assets/96ed28c2-c222-436b-80cb-7cd63eeb47dd
2024-09-30 12:38:57 +02:00
..
src terminal: Make CursorShape configurable (#18530) 2024-09-30 12:38:57 +02:00
Cargo.toml repl: Create better terminal output for REPL stdio (#15715) 2024-08-03 05:48:16 -07:00
LICENSE-GPL