diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-10-13 15:08:38 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2022-10-14 17:13:38 +0200 |
commit | ffc6d14af52ef5ea810ee90cdaff2605301c9f30 (patch) | |
tree | 8c109107e0dbec58eb7bc8141ff5199fe44fb67f /src/nvim/textobject.c | |
parent | e6f7e038b8bbca487e78ebfc6fe21d6852330623 (diff) | |
download | rneovim-ffc6d14af52ef5ea810ee90cdaff2605301c9f30.tar.gz rneovim-ffc6d14af52ef5ea810ee90cdaff2605301c9f30.tar.bz2 rneovim-ffc6d14af52ef5ea810ee90cdaff2605301c9f30.zip |
fix(windows): set console icon later in startup
Problem:
Windows console icon is set early in startup, but there are some cases
where `os_exit` is called and we don't restore the original icon.
Solution:
- Move `os_icon_init()` later in the startup sequence, and only if
`use_builtin_ui==true`.
- Rename functions: use `os_` prefix for platform-specific code.
Diffstat (limited to 'src/nvim/textobject.c')
0 files changed, 0 insertions, 0 deletions