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
Wez Furlong
5e0fd1a06e
add wezterm record --cwd
argument
...
refs: https://github.com/wez/wezterm/issues/4333
2023-09-29 09:30:24 -07:00
Wez Furlong
845fa5d4ae
add notification_handling option to control suppression
...
refs: https://github.com/wez/wezterm/issues/3727
2023-09-28 18:05:18 -07:00
Wez Furlong
c75f20f21c
deps: ordered-float -> 4.1.0
...
closes: https://github.com/wez/wezterm/pull/4338
2023-09-28 14:39:22 -07:00
Wez Furlong
ded7f673f4
cargo update
2023-09-28 11:38:20 -07:00
Wez Furlong
6198e3dcc9
termwiz: TeenyString: use heap string when col width > 2
...
This isn't currently possible, but
https://github.com/wez/wezterm/issues/4223 will introduce that
possibility. This commit causes width > 2 to "overflow" into
the heap-stored variant.
Sequences that are long enough to produce a column width > 2 are
likely to already be long enough in bytes to overlow into the
heap-stored variant anyway.
2023-09-28 11:13:59 -07:00
Wez Furlong
0f894d7948
docs: changelog for #4257
2023-09-22 14:31:51 -07:00
Wez Furlong
bae73d34b5
color-schemes: fix gogh import
...
The cursor colors in gogh weren't imported quite right; this
fixes things up so that we use the background color together
with the cursor color from the scheme.
refs: https://github.com/wez/wezterm/issues/4257
2023-09-22 14:30:24 -07:00
Wez Furlong
23a0d56849
color schemes: fixup sync process, and sync
...
We could have duplicates in the raw data. Deal with that.
2023-09-22 14:30:23 -07:00
Sean Sullivan
5161de59fe
expose pen attribute on terminal info
2023-09-22 12:21:15 -07:00
Wez Furlong
821f9f98a7
docs: changelog for #4226 #4227
2023-09-22 06:47:17 -07:00
Danielkonge
525080be89
Additions to the InputSelector (resolving #4226 ) ( #4227 )
...
* First step towards implementing #4226 .
* Added InputSelector config options.
* Format + fix to prepare for PR to resolve #4226 .
* Accept suggestion about pop().
* Fix typo.
* Tried fixing stuff from the feedback.
* Fixed typo.
* Fixed small mistake in docs.
* Small fix for label computation.
* Allow uppercase alphabet + add fuzzy_description.
* Minor cleanup.
* Use more standard alphabet (without j/k).
* Fixed docs after previous commit.
* Added key assignments to docs.
* Apply suggestions from code review (2 remaining)
* Updated arcording to feedback (added tests).
* Update docs (1 thing left to do)
* Added version details to the key table.
---------
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2023-09-22 06:42:43 -07:00
Wez Furlong
a061bdeac4
q-a template: try removing the title
2023-09-22 06:37:08 -07:00
Danielkonge
3141131014
Contribute docs update ( #4326 )
...
* Update CONTRIBUTING.md
* Apply suggestions from code review
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
* Update with new build method.
---------
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2023-09-21 17:52:26 -07:00
Wez Furlong
4adbe89cb3
fixup contributing
...
I merged the PR too soon!
2023-09-21 15:13:42 -07:00
Danielkonge
5cadb09247
Apply suggestions from code review
...
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2023-09-21 15:03:32 -07:00
Danielkonge
032d5b7b8b
Update CONTRIBUTING.md
2023-09-21 15:03:32 -07:00
Wez Furlong
7193d64a20
refine q&a template
2023-09-21 10:12:53 -07:00
Wez Furlong
881e65902a
tweak q-a.yml
2023-09-21 10:11:32 -07:00
Wez Furlong
bd2dd75e0a
tweak q-a.yml
2023-09-21 10:10:55 -07:00
Wez Furlong
f7fff3e79e
fixup yml
2023-09-21 10:10:11 -07:00
Wez Furlong
24f195234c
Update q-a.yml
2023-09-21 10:08:14 -07:00
Wez Furlong
6867269565
Add template for q&a
2023-09-21 10:05:54 -07:00
Wez Furlong
50cc44a53a
font-config: failed to resolve clusters like 3065,2686
...
Root cause is that font-config will try to find a single font that
satisfies a query like `fc-list ':charset=2686 3065'`, but if that
is impossible, there are no results.
The resolution is to split the query up and look for each individual
codepoint.
refs: #4310
2023-09-20 18:54:17 -07:00
Wez Furlong
f1be33939b
deps: update harfbuzz to 8.2.1
2023-09-20 17:59:05 -07:00
Wez Furlong
33e727b074
Respond to DECRQM 2027 - grapheme clustering
...
closes: https://github.com/wez/wezterm/issues/4320
2023-09-20 14:48:05 -07:00
Wez Furlong
bf545f1cc1
deps: update toml 0.7 -> 0.8
2023-09-20 11:33:04 -07:00
Wez Furlong
3e2b96755c
docs: clarify font_size
...
closes : #4303
2023-09-20 11:27:49 -07:00
Wez Furlong
48ad2e0f08
cargo update
2023-09-20 11:25:53 -07:00
Wez Furlong
65a9f95c75
docs: changelog for #4322 #3996
2023-09-20 11:24:02 -07:00
Haochen Tong
44c914c230
wayland: update SCTK to fix startup on newer compositors
2023-09-20 11:22:04 -07:00