imsnif/diskonaut

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

Aberta

#2 aberto em 17 de jun. de 2020

 (0 comentário) (0 reação) (0 responsável)Rust (93 forks)github user discovery
buggood first issuehelp wanted

Métricas do repositório

Stars
 (3.066 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador