imsnif/diskonaut

Bug: when resizing the window (pane) in tmux, the app stays small

开放

#2 创建于 2020年6月17日

 (0 条评论) (0 个反应) (0 位负责人)Rust (93 个派生)github user discovery
buggood first issuehelp wanted

仓库指标

星标
 (3,066 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

diskonaut uses the "SIGWINCH" event to detect when it should resize itself. For some reason this does not happen inside a tmux pane.

To reproduce:

  1. Start tmux
  2. Split the screen (either vertically or horizontally) and try to resize.
  3. See that the app stays the same size

贡献者指南