mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
fdm_ptmx(): regression: don’t return false when an interactive resize is in progress
This commit is contained in:
parent
b0c30c7ed2
commit
2e9b3ceb95
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
|
|||
* temporary one - all changes done to it will be lost when
|
||||
* the interactive resize ends.
|
||||
*/
|
||||
return 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
uint8_t buf[24 * 1024];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue