mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04: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
|
* temporary one - all changes done to it will be lost when
|
||||||
* the interactive resize ends.
|
* the interactive resize ends.
|
||||||
*/
|
*/
|
||||||
return 0;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t buf[24 * 1024];
|
uint8_t buf[24 * 1024];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue