bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Function refresh() (2)


From: jochen.walborn
Subject: Function refresh() (2)
Date: Mon, 20 Dec 2004 06:53:29 GMT

Hello,

 

another question about the working of refresh().

The source code below works, "Hello World" will

be printed immediately.

Why do I not need to call refresh() ?

 

regards

Jochen Walborn

 

##########################

#include <curses.h>

int main( void )
{
  initscr();

  printw( "Hello World !" );

  getch();

  endwin();
  return( 0 );
}

##########################

 



Online Viren Scan: Scannen Sie Ihren PC jetzt kostenlos online Jetzt scannen!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]