Commit ff7c008
fix(theme): cursor_shape = filledBox to match Linux terminal default
Per operator: "default cursor should mimic Linux's terminal cursor
size and behaviours!"
Linux terminals (gnome-terminal / xterm / konsole / Alacritty / kitty)
all default to a steady FILLED BLOCK cursor that fills the entire
cell. WT calls this `filledBox`. The previous default was `bar`
(thin vertical line) which is a Windows convention, not Linux.
mios.toml:
cursor_shape = "filledBox" (was "bar")
mios-config.html:
cursor_shape dropdown now lists filledBox FIRST as "Linux default";
added doubleUnderscore option for completeness.
Cursor BLINK behavior: WT inherits the blink rate from Windows
global keyboard settings (Control Panel -> Keyboard). There is no
per-profile blink-rate / blink-on/off setting in WT; the Linux
default behavior (~530ms steady-blink) maps to Windows' default
cursor blink rate, so the operator gets the expected feel without
any further config.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 99585ab commit ff7c008
2 files changed
Lines changed: 6 additions & 5 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | | - | |
505 | | - | |
506 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
| 1321 | + | |
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
| |||
0 commit comments