Thread: Can't write to stdscr

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    131

    Can't write to stdscr

    When I today began learning ncurses API, I ran into a problem. I can't write into stdscr.
    I wrote few short programs, but none of them did work. I tried to write with printw(), mvprintw(), addch() and mvaddch() functions, but they didn't work. I tried to also write with printf() function in ncurses mode, but nothing happent. Writing with printf() while not in ncurses mode works fine.
    Version of ncurses library I'm using is 5.6. OS I'm using is Xubuntu GNU/Linux. Terminal emulator is Xfce-Terminal. Comipler is gcc 4.1.2. If someone needs more information, I can tell, or if I don't know, try to find out it.
    Last edited by fronty; 07-15-2007 at 10:20 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 03-18-2006, 11:25 AM
  2. program to make a floppy write protected
    By shrijeetp in forum C Programming
    Replies: 1
    Last Post: 10-03-2005, 06:00 AM
  3. Reroute where programs write to
    By willc0de4food in forum C Programming
    Replies: 7
    Last Post: 09-21-2005, 04:48 PM
  4. Function to write string 3 times
    By Giggs in forum C++ Programming
    Replies: 15
    Last Post: 12-24-2002, 04:00 PM
  5. write in c
    By PutoAmo in forum C Programming
    Replies: 6
    Last Post: 04-03-2002, 07:53 PM