Add window-pane-status-format options and adjust the default second
status line to show panes, also change how window-style is checked now
it is a pane option.
Import wayland/cliphist
clipboard history manager for Wayland
cliphist is a clipboard history manager for wayland
- write clipboard changes to a history file
- recall history with dmenu / rofi / wofi (or whatever other picker you like)
- both text and images are supported
- clipboard is preserved byte-for-byte
- leading / trailing whitespace / no whitespace or newlines are
preserved
- won't break fancy editor selections like vim wordwise, linewise,
block mode
- no concept of a picker, only pipes
WWW: https://github.com/sentriz/cliphist
ok landry@
use I/O submission queue entry size reported by controller
On the Apple T2 NVMe, 128-byte submission queue entries on I/O
queues are required instead of the standard 64 bytes.
ok jmatthew
import ports/devel/py-pydantic-settings, fixes/ok landry@
Pydantic Settings provides optional Pydantic features for loading a
settings or config class from environment variables or secrets files.
rpki-client: use sentinel idiom for timegm(3) error check
We currently fail on ASN.1 times before the epoch. There is nothing wrong
in principle with those. Both UTCTime and GeneralizedTimes can represent
such times and we should be able to accept them.
Modern OpenSSL and LibreSSL ensure in ASN1_TIME_to_tm() that the times are
well formed according to the DER, so this call is really only a translation
step.
ok claudio deraadt