imsnif/diskonaut

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

Offen

#2 geöffnet am 17.06.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (93 Forks)github user discovery
buggood first issuehelp wanted

Repository-Metriken

Stars
 (3.066 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide