Shatur / neovim-cmake

CMake integration for Neovim
GNU General Public License v3.0
87 stars 19 forks source link

No output after CMake Run #22

Closed anson-val closed 2 years ago

anson-val commented 2 years ago

Bug description A blank terminal appears after using CMake run and I could type nothing in that terminal

Steps to reproduce

Minimal configuration
  1. After building a c++ program
  2. Run CMake run
  3. Unexpected blank terminal is popped up Expected behavior

    There would be lines of output of my program. Screenshots

    image

Environment

Additional context

Shatur commented 2 years ago

Unexpected blank terminal is popped up

It's not a terminal. It's a quickfix output. I don't know why it's always blank in your case. Have you tried to wait to see if output appears? It's not empty on my Windows machine.

anson-val commented 2 years ago

Unexpected blank terminal is popped up

It's not a terminal. It's a quickfix output. I don't know why it's always blank in your case. Have you tried to wait to see if output appears? It's not empty on my Windows machine.

Yes, I have tried to wait, but nothing will appear in the quickfix output. When I try to click it or type something at it, it said that its not modifiable.

Shatur commented 2 years ago

When I try to click it or type something at it, it said that its not modifiable.

It's because it's a quickfix. See :h quickfix. But I have no idea why it's empty.