[curses] Instead of window.refresh() or window.redrawwin() ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jia,Lu

    #1

    [curses] Instead of window.refresh() or window.redrawwin() ?

    Hi all.
    I wrote a program to get key press and echo to the screen at once. But
    I found I must use refresh() to let it show in the screen.
    Is there a method which can show charactors at once without refresh()
    ??

    Thanks

Working...