Wez Furlong
06e35bbd52
ci: maybe enable codesigning on macos
...
refs: https://github.com/wez/wezterm/issues/482
2021-11-22 11:27:14 -07:00
Wez Furlong
f28c1dc626
cargo update
2021-11-22 07:41:03 -07:00
Wez Furlong
3b30230d58
windows: gui: only attach parent console when spawned by wezterm
...
speculative attempt to do something about https://github.com/wez/wezterm/issues/1278
2021-11-21 09:21:44 -07:00
Wez Furlong
a006f9a119
docs: changelog for #1330
2021-11-21 08:51:53 -07:00
Luis Javier Merino Morán
65e2c1f914
Fix DECRPTUI response
...
DECRPTUI, the response to DA3, should be:
DCS ! | D...D ST
not
CSI = D...D ST
2021-11-21 07:49:35 -08:00
nick black
3092443f89
provide missing positional arguments to diagnostics
2021-11-19 14:47:05 -08:00
Manpreet Singh
e7b8c7e8b8
Fedora 35 builds ( #1323 )
...
* Fedora 35
* Update docs/install/linux.markdown
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2021-11-15 17:33:38 -08:00
Wez Furlong
0ed48f7666
cargo update
...
Mostly to pick up a libssh fix on arm
refs: https://github.com/wez/libssh-rs/issues/2
2021-11-14 15:45:37 -07:00
Wez Furlong
f3a2e841ca
allow using relative cwd for wezterm cli subcommands
...
refs: #1243
2021-11-13 21:00:09 -07:00
Wez Furlong
da3296892e
docs: changelog for #1301
2021-11-13 12:44:51 -07:00
Jonathan
e9ed2b4d3e
Unzoom when switching panes ( #1301 )
...
* mux: unzoom when switching panes
Add `unzoom_on_switch_pane` config option:
When switching to another pane with ActivatePaneDirection, if the
current pane is zoomed, unzoom and then switch instead of doing nothing.
* Apply suggestions from code review
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2021-11-13 11:43:15 -08:00
Wez Furlong
30ab6f2026
docs: changelog for #1311
2021-11-13 09:34:58 -07:00
Cédric Schieli
311eb30d7f
Remove unneeded offsets in powerline outline semicircle custom glyphs
2021-11-12 18:38:11 -08:00
Cédric Schieli
7d9615b4ba
Better alignment for powerline outline semicircle custom glyphs
2021-11-12 18:38:11 -08:00
Cédric Schieli
dd832dcccf
Improve powerline outline semicircle custom glyphs
2021-11-12 18:38:11 -08:00
Benoit de Chezelles
fa76a64504
Improve powerline filled semicircle custom glyphs
2021-11-12 18:38:11 -08:00
Wez Furlong
c47c7c6d1f
Apply suggestions from code review
2021-11-09 07:47:57 -08:00
Matt Culpepper
54837a696c
Manjaro requires additional base-devel package
2021-11-09 07:47:57 -08:00
Wez Furlong
4225610c09
add config option to enable resize increments, disable by default
...
refs: #1254
refs: #1289
2021-11-09 08:30:58 -07:00
Wez Furlong
1ec7e10c19
fonts: ls-fonts now handles system fallback lists, adds Menlo on macos
...
It appears as though Menlo is the only font on macos to contain the
heavy ballot cross symbol, which is commonly used on macos (eg: in
`brew` output).
Our fallback list, despite starting with Menlo, didn't include menlo
itself in the candidates.
Furthermore, `ls-fonts` wouldn never see the result of the system
fallback resolution because it didn't know to try again, and was
using the list of handles from before the fallback.
This commit resolves all of these concerns.
refs: #849
2021-11-08 22:49:52 -07:00
Wez Furlong
7c5d53c689
use zsh rather than bash for emoji-presentation test
2021-11-08 20:49:16 -07:00
Wez Furlong
a6da956859
cargo update
2021-11-08 07:57:40 -07:00
Wez Furlong
f56a6aa276
termwiz: allow degenerate empty parameter in iTerm2 protocol
...
The `bv` utility emits this slightly wonky sequence; since iTerm2 allows
it, we should also allow it.
refs: #1291
2021-11-05 08:08:03 -07:00
Wez Furlong
154691a196
ssh: point to released libssh-rs crate
2021-11-03 09:17:32 -07:00
Wez Furlong
2dc3db7648
docs: changelog for #1249
2021-11-03 07:01:27 -07:00
Wez Furlong
0cdd0f44b0
wezterm-font: fix warning
2021-11-03 06:58:09 -07:00
Greg V
a2aec889c8
fonts: save used fontconfig match string in the origin for better visibility
2021-11-03 06:57:15 -07:00
Greg V
18e969e9aa
fonts: use FcFontMatch to resolve fontconfig aliases like 'monospace' ( fixes #1249 )
2021-11-03 06:57:15 -07:00
Wez Furlong
d97d48545f
cargo update
2021-11-03 06:41:06 -07:00
Wez Furlong
ae18996c23
wayland: fix warning
2021-11-03 06:40:28 -07:00
Wez Furlong
e736d02d9e
remove patched openssl-sys crate
...
The appropriate openssl-src is now used upstream
2021-11-03 06:38:20 -07:00
Waleed Khan
539d72a97f
tmux-cc: fix suspicious-looking decimal literals
...
Clippy complained that these were decimal literals, not octal literals. Add the `0o` prefix to make them such.
2021-10-27 12:56:48 -07:00
Greg V
cf1c4240c2
wayland: Support disabled key repeat
...
Noticed by running in bare KWin (windowed mode, no other plasma stuff installed)
and getting the "attempt to divide by zero" panic.
2021-10-26 08:23:43 -07:00
Wez Furlong
b8ff61da5b
ssh: allow wezterm ssh -v
to log verbose diagnostics to stderr
...
Feels generally useful
2021-10-25 15:56:36 -07:00
Andrew V. Jones
81aaab2c1f
Add an FAQ entry documenting wezterm
's use font shaping/ligatures #1264
...
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
2021-10-25 14:34:46 -07:00
Wez Furlong
f4ee31fe74
cargo update
2021-10-24 19:20:45 -07:00
Wez Furlong
81d40b905f
windows: workaround Rust 1.56 bug 88576
...
Skip initializing pretty logger when running in the windows subsystem.
refs: https://github.com/wez/wezterm/issues/1245
refs: https://github.com/rust-lang/rust/issues/88576
2021-10-24 11:50:16 -07:00
Greg V
c6062d9d22
wayland: Actually properly fix HiDPI initialization
...
The issue was that surface vs pixel conversions used dpi which wasn't updated yet.
2021-10-23 22:06:04 -07:00
Greg V
a1209096f6
wayland: do not skip reshaping the title on DPI scale change
...
Otherwise HiDPI screens start out with a too-small title text until the text changes once
2021-10-23 22:06:04 -07:00
Greg V
57a2c660bc
wayland: do not reshape_title if it won't be rendered
...
It's a waste of CPU time
2021-10-23 22:06:04 -07:00
Greg V
a90e6dde75
wayland: frame: fix window title being too high on HiDPI screens
2021-10-23 22:06:04 -07:00
Greg V
6fbb8802c0
wayland: do not spam the compositor with title "changes" that don't change
...
In the worst case this can cause badly implemented desktop components like panels
to constantly rerender and waste 100% CPU (that's how I found a bug in mine :D)
when anything is constantly updating in the terminal (like viewing a log stream).
2021-10-23 22:06:04 -07:00
Wez Furlong
04768fd1e2
Speculative fix for wonky vertical alignment
...
The issue seems to correlate with fractional pixels produced
by 0.5cell padding, so let's round down to avoid the fraction.
refs: https://github.com/wez/wezterm/issues/1228
2021-10-21 18:56:11 -07:00
Wez Furlong
124248028f
ssh: enable proxycommand overrides via command line for libssh backend
2021-10-21 07:18:26 -07:00
Wez Furlong
c1a766404c
config: add ssh_backend config, and default to libssh
...
refs: #1014
2021-10-21 07:16:42 -07:00
Wez Furlong
6f0757b73c
ssh: update for to pick up https://github.com/wez/libssh-rs/pull/1
2021-10-20 21:46:37 -07:00
Wez Furlong
b32e077231
ssh: another bump for debian9 and centos7
2021-10-20 08:28:22 -07:00
Wez Furlong
a55ba2be35
ssh: maybe fix build
2021-10-20 07:53:55 -07:00
Wez Furlong
d74ffbfb75
and capture cargo.lock too
2021-10-20 07:25:03 -07:00
Wez Furlong
7f138409a3
ssh: point to rev with older openssl build tweaks
2021-10-20 07:16:19 -07:00