Strict no-logging policy
Backpressure is strict by default. When a buffer is full, writes reject rather than silently accumulating. You can configure alternative policies — block until space is available, drop oldest, drop newest — but you have to choose explicitly. No more silent memory growth.
,更多细节参见同城约会
人 民 网 版 权 所 有 ,未 经 书 面 授 权 禁 止 使 用
DECSTBM doesn’t work because of our unicode half-block shenanigans. We’re squeezing two pixels into each terminal character, and so we want to be able to “scroll” in half-pixels; our scroll needs to turn lower half blocks into upper half blocks when we’re moving vertically. That operation just doesn’t exist.