From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Subject: Size of the terminal with curses Date: Wed, 20 Oct 2004 22:11:23 +0200 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Hey, How can I get the size of the terminal (in lines and cols) of the actual terminal ? It would be cool if the solution uses some curses function. Thx