1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
wezterm/window
Wez Furlong 697d41aeb1 Render the various underline styles
```
$ printf "\x1b[58;2;255;0;0m\x1b[4msingle\x1b[21mdouble\x1b[60mcurly\x1b[61mdotted\x1b[62mdashed\x1b[0m"
```

refs: https://github.com/wez/wezterm/issues/415
2021-01-05 23:46:15 -08:00
..
examples window: remove non-opengl paint, rename paint_opengl -> paint 2020-12-29 13:25:35 -08:00
src Render the various underline styles 2021-01-05 23:46:15 -08:00
build.rs window: make opengl always required 2020-12-29 12:13:23 -08:00
Cargo.toml window: make opengl always required 2020-12-29 12:13:23 -08:00