Fabian Homborg ef96a6614b Update termsize before a sigwinch handler
This could have been one iteration off, e.g.

```fish
function on-winch --on-signal winch
    echo $LINES
end
```

Resize the terminal, it'll print e.g.

24

then run `echo $LINES` interactively, it might have a different answer.

This isn't beautiful, but it works. A better solution might be to make
the termsize vars electric and just always update them on read?
2021-04-14 17:27:53 +02:00
..
2020-06-08 17:33:04 +02:00
2020-11-22 14:39:48 +01:00
2020-11-22 14:39:48 +01:00
2020-11-11 19:20:55 +01:00
2021-01-03 17:48:25 +01:00
2020-06-24 20:43:56 +02:00
2020-09-22 16:13:24 +02:00
2020-11-22 14:39:48 +01:00
2020-11-22 14:39:48 +01:00
2020-12-06 15:39:54 +01:00
2020-11-22 14:39:48 +01:00
2020-06-13 15:21:40 +02:00
2020-09-27 09:22:45 +02:00
2020-11-22 14:39:48 +01:00
2021-01-07 23:53:31 +01:00
2020-11-06 17:56:38 +01:00