Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | refactor: Extract os_tty_guess_term() | Justin M. Keyes | 2018-12-30 |
- Also remove feature-detection of uv_set_vterm_state(): instead, on Windows we always require libuv to have that function. |