Skip to content

Tags: ony/wezterm

Tags

20190626-162911-cc019ce

Toggle 20190626-162911-cc019ce's commit message
don't build nightly-nightly builds

nightly-nightly-20190623-095503-6999f15-24-gee89347

Toggle nightly-nightly-20190623-095503-6999f15-24-gee89347's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
azure: Build.Reason in both places

nightly-nightly-20190623-095503-6999f15-24-gee89347-9-g4627b2e

Toggle nightly-nightly-20190623-095503-6999f15-24-gee89347-9-g4627b2e's commit message
try to avoid a loop when doing nightlys, fixup linux nightly

nightly-20190626-162911-cc019ce

Toggle nightly-20190626-162911-cc019ce's commit message
don't build nightly-nightly builds

nightly-20190623-095503-6999f15-24-gee89347

Toggle nightly-20190623-095503-6999f15-24-gee89347's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
azure: Build.Reason in both places

20190623-095503-6999f15

Toggle 20190623-095503-6999f15's commit message
really fix ' issue, schedule a nightly pre-release

20190622-182319-23f8c9d

Toggle 20190622-182319-23f8c9d's commit message
add another link to multiplexing docs

20190602-182820-c0e3bdf

Toggle 20190602-182820-c0e3bdf's commit message
termwiz: avoid emitting a wake event on a spurious pipe wakeup

20190520-072639-015a97e

Toggle 20190520-072639-015a97e's commit message
add pty example that runs whoami

Refs: wez#27

20190507-215356-073f9fb

Toggle 20190507-215356-073f9fb's commit message
use AtomicUsize::new(0) instead of ATOMIC_USIZE_INIT

Replace ATOMIC_USIZE_INIT with AtomicUsize::new(0) as the constant has been
deprecated in favour of calling the constructor.