mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 22:33:52 +03:00
076cf3d177
This commit adds an overline glyph which is simply a line drawn at the top of the cell. Due to the way that we use a single glyph for the line layer, this actually adds a handful of combination glyphs for the different underline, overline and strikethrough possibilities. It's getting a bit hefty. Adding another similar attribute in the future (eg: maybe wiggly underlines?) might prove to be too much for the simple approach we have right now. ```bash printf "\x1b[53moverline\x1b[0m\n" ``` |
||
---|---|---|
.. | ||
config | ||
install | ||
screenshots | ||
_config.yml | ||
book.toml | ||
changelog.markdown | ||
contributing.markdown | ||
copymode.markdown | ||
custom.css | ||
faq.markdown | ||
features.markdown | ||
help.markdown | ||
hyperlinks.markdown | ||
imgcat.markdown | ||
index.markdown | ||
installation.markdown | ||
lua.js | ||
multiplexing.markdown | ||
scrollback.markdown | ||
serial.markdown | ||
shell-integration.markdown | ||
ssh.markdown | ||
SUMMARY.md |