Luis Javier Merino Morán
f880188ae4
Default G1 to ASCII
...
As per DEC STD-070 3.6.4
refs: https://github.com/wez/wezterm/issues/3962
2023-11-07 08:22:51 -07:00
Wez Furlong
d680953321
ci: use COPR for opensuse from now on
...
The images available to us on GH actions frequently break and I'm
tired of troubleshooting it and getting spammed by failed build
notifications around it.
I'm just going to use newer COPR builds for this platform from
now on.
2023-11-04 09:41:53 -07:00
Wez Furlong
ee73f26436
docs: fix emoji stuff
...
fec90ae04b
didn't fix this the way I
thought it would.
refs: https://github.com/wez/wezterm/issues/4489
2023-11-04 07:51:27 -07:00
Jun Wu
2a022399bb
Fallback to SGR when rendering 16/256 colors when MaxColors is 16M
...
When MaxColors is 16M, the "palette index" is treated by "setaf" as a true color, not the classic 256 color. Users of `PaletteIndex` expects 256 color and let's fallback to SGR.
For example, setaf on tmux-direct is:
setaf=\E[%?%p1%{8}%<%t3%p1%d%e38:2::%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m,
It only special treats the first 8 colors (which means `rgb(0,0,0..8)` cannot be rendered with `setaf`).
2023-11-04 06:13:07 -07:00
Jun Wu
3f1a120074
Detect true color set by max_colors
...
Terminals like `xterm-direct` has max_colors set to 16M. They should be treated as supporting true colors.
2023-11-04 06:12:08 -07:00
Wez Furlong
7590968257
fix a couple of new redundant clone warnings in rust 1.73
2023-10-30 07:45:59 -07:00
Wez Furlong
3e01871876
deps: wgpu -> 0.18
2023-10-30 07:41:12 -07:00
Benjamin Habié
bc99181fa2
docs: Fix typo
2023-10-29 18:41:47 -07:00
Wez Furlong
84782e9d1b
docs: changelog for #4457
2023-10-29 18:40:25 -07:00
ud2
4551903f5b
macos: fix leak of Window and View objects
2023-10-29 18:39:30 -07:00
Wez Furlong
453ff8dab5
deps: http_req -> 0.10
2023-10-29 18:28:13 -07:00
Wez Furlong
a2228eedf1
cargo update
2023-10-29 18:22:07 -07:00
Wez Furlong
fec90ae04b
docs: remove emoji extension
...
it's raising a warning, which promotes to an error in strict mode.
Sounds like it is going away, and we don't use it here anyway.
2023-10-17 09:15:26 -07:00
Wez Furlong
d2a18dbbd3
cargo update
2023-10-17 09:14:15 -07:00
Wez Furlong
11dec45f08
docs: add debian 12 arm download
...
refs: https://github.com/wez/wezterm/issues/4134
2023-10-04 11:31:17 -07:00
Wez Furlong
80174a0454
docs: add ubuntu 22 arm download
...
and pave way for debian 12 version
refs: https://github.com/wez/wezterm/issues/4134
2023-10-04 10:27:30 -07:00
Wez Furlong
009b71f1d7
cargo update
...
This picks up https://github.com/gfx-rs/wgpu/pull/4184
2023-10-03 22:41:05 -07:00
Wez Furlong
0fcdda9ac4
cirrus: merge only_if condition
2023-10-03 22:35:30 -07:00
Wez Furlong
ee6a56e704
cirrus: fixup arch and release vs. tag
2023-10-03 22:32:32 -07:00
Wez Furlong
a1b41ada98
cirrus: fix release name
2023-10-03 22:21:41 -07:00
Wez Furlong
9d9d7b2dde
cirrus: fixup step name
2023-10-03 22:01:22 -07:00
Wez Furlong
b6eb36ba67
cirrus: install GH cli and try publishing package
2023-10-03 21:57:24 -07:00
Wez Furlong
9f6181b414
cirrus: fixup build invocation
2023-10-03 18:12:13 -07:00
Wez Furlong
5e306d1bd0
cirrus: remove cache stuff from arm build
2023-10-03 18:07:00 -07:00
Wez Furlong
d33edb0392
cirrus: maybe add arm build
2023-10-03 18:00:13 -07:00
Wez Furlong
6a75a8cd72
cirrus: refactor config
2023-10-03 17:26:02 -07:00
Wez Furlong
073d522083
docs: add info about installing via Copr
2023-10-03 10:40:57 -07:00
Wez Furlong
616e600c91
copr: tweak for suse
2023-10-03 09:51:18 -07:00
Wez Furlong
45827136ed
copr: fix logic around source archive name for !copr
2023-10-03 07:36:57 -07:00
Wez Furlong
99639ad5b3
copr: use rust from rustup
2023-10-03 07:34:24 -07:00
Wez Furlong
0700a6b177
copr: adjust deps again
2023-10-03 07:13:06 -07:00
Wez Furlong
79ae543bc9
copr: alternate deps
2023-10-02 22:26:03 -07:00
Wez Furlong
9bafd5290f
copr: avoid including distro in srpm
2023-10-02 19:36:24 -07:00
Wez Furlong
fafd322226
copr: only copy srpm source when in copr build
2023-10-02 18:59:13 -07:00
Wez Furlong
99ea35f6f0
copr: tweak git stuff some more
2023-10-02 18:47:03 -07:00
Wez Furlong
f58e7b25d4
copr: ensure submodules are checked out
2023-10-02 17:31:59 -07:00
Wez Furlong
0083573c10
copr: bump
2023-10-02 17:05:43 -07:00
Wez Furlong
a306e6d8f9
copr: ask rpm for source location
2023-10-02 16:43:14 -07:00
Wez Furlong
28cc6c8ac1
copr: more grubbing around
2023-10-02 16:35:42 -07:00
Wez Furlong
3265123169
copr: try another way to get Source available to build
2023-10-02 16:27:51 -07:00
Wez Furlong
e0cb711180
copr: put source in known location
2023-10-02 16:17:27 -07:00
Wez Furlong
9ce6ab690c
copr: more git fixup
2023-10-02 16:08:39 -07:00
Wez Furlong
e57427cd35
copr: more tweaks
2023-10-02 16:03:46 -07:00
Wez Furlong
5df70ab129
copr: try installing git earlier
2023-10-02 15:59:25 -07:00
Wez Furlong
34d67b8efd
ci: add git to BuildRequires
2023-10-02 15:54:13 -07:00
Wez Furlong
485a697bd2
ci: stub out copr build bits
2023-10-02 15:45:46 -07:00
Wez Furlong
a61cc8eb64
docs: changelog for https://github.com/wez/wezterm/issues/4279
2023-10-02 07:53:48 -07:00
Wez Furlong
720611efb0
cargo update
2023-10-02 07:52:56 -07:00
Frank Ebel
385c874514
docs: update Arch install location
2023-10-01 11:43:02 -07:00
evoshy
0af9366d15
Update appearance.md
...
typo at line 266
2023-10-01 11:42:13 -07:00