mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 08:25:50 +03:00
docs: add docs for anti_alias_custom_block_glyphs
refs: #3788 refs: #1817 refs: #1753
This commit is contained in:
parent
05a2d63398
commit
30ef02ff56
@ -150,7 +150,7 @@ config.keys = {
|
||||
{
|
||||
key = 'a',
|
||||
mods = 'LEADER|CTRL',
|
||||
action = wezterm.action.SendKey { key = 'a', mods = 'CTRL' }
|
||||
action = wezterm.action.SendKey { key = 'a', mods = 'CTRL' },
|
||||
},
|
||||
}
|
||||
```
|
||||
|
13
docs/config/lua/config/anti_alias_custom_block_glyphs.md
Normal file
13
docs/config/lua/config/anti_alias_custom_block_glyphs.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
tags:
|
||||
- appearance
|
||||
- font
|
||||
---
|
||||
|
||||
## `anti_alias_custom_block_glyphs = true`
|
||||
|
||||
{{since('20220405-091515-8a0072ad')}}
|
||||
|
||||
Control whether [custom_block_glyphs](custom_block_glyphs.md) are rendered
|
||||
using anti-aliasing or not. Anti-aliasing makes lines look smoother but may
|
||||
not look so nice at smaller font sizes.
|
@ -22,4 +22,4 @@ Ideally this option wouldn't exist, but it is present to work around a [hinting
|
||||
|
||||
You can set this to `false` to use the block characters provided by your font selection.
|
||||
|
||||
|
||||
See also [anti_alias_custom_block_glyphs](anti_alias_custom_block_glyphs.md).
|
||||
|
Loading…
Reference in New Issue
Block a user