mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
Update the updateWindowSize documentation
This commit is contained in:
parent
53f0c44d6c
commit
d48bbda2e7
1 changed files with 3 additions and 2 deletions
|
|
@ -22,8 +22,9 @@ std::string filterANSIEscapes(std::string_view s,
|
||||||
unsigned int width = std::numeric_limits<unsigned int>::max());
|
unsigned int width = std::numeric_limits<unsigned int>::max());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Recalculate the window size, updating a global variable. Used in the
|
* Recalculate the window size, updating a global variable.
|
||||||
* `SIGWINCH` signal handler.
|
*
|
||||||
|
* Used in the `SIGWINCH` signal handler on Unix, for example.
|
||||||
*/
|
*/
|
||||||
void updateWindowSize();
|
void updateWindowSize();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue