Getting terminal width in C?

后端 未结 8 738
自闭症患者
自闭症患者 2020-11-22 16:07

I\'ve been looking for a way to get the terminal width from within my C program. What I keep coming up with is something along the lines of:

#include 

        
8条回答
  •  一生所求
    2020-11-22 17:01

    Assuming you are on Linux, I think you want to use the ncurses library instead. I am pretty sure the ttysize stuff you have is not in stdlib.

提交回复
热议问题