aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/os_win_console.h
Commit message (Collapse)AuthorAge
* refactor: replace manual header guards with #pragma oncedundargoc2023-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.
* win/TUI: enable mouse on ConEmu and vtpcon without vtierw72020-05-26
|
* Add stdin, stdout replacement functionserw72020-01-17