imsnif/diskonaut

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

Ouverte

#2 ouverte le 17 juin 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (93 forks)github user discovery
buggood first issuehelp wanted

Métriques du dépôt

Stars
 (3 066 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur