[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mvwprintw
From: |
Bob Rossi |
Subject: |
mvwprintw |
Date: |
Thu, 30 Mar 2006 12:49:26 -0500 |
User-agent: |
Mutt/1.5.9i |
Can a char string like this:
$7 = 0x810e700 "(tgdb) b main.c:7 ..." where the
string is 81 characters long, and from the '7' up until char 80 they
are all spaces, and char 81 is the NUL char.
be used with the function like this?
mvwprintw(win, 13, 0, "%s", buffer);
where buffer is the string above.
Basically, I'm getting a problem where the line that get's printed is
curropt. It only happens with certain lines too. For instance,
"(tgdb) b main ..." works fine.
Any ideas?
BTW, this works fine on other systems for me.
Thanks,
Bob Rossi
- mvwprintw,
Bob Rossi <=
- Re: mvwprintw, Thomas Dickey, 2006/03/30
- Re: mvwprintw, Bob Rossi, 2006/03/30
- Re: mvwprintw, Bob Rossi, 2006/03/30
- Re: mvwprintw, Thomas Dickey, 2006/03/30
- Re: mvwprintw, Bob Rossi, 2006/03/30
- Re: mvwprintw, Thomas Dickey, 2006/03/30
- Re: mvwprintw, Bob Rossi, 2006/03/30
- Re: mvwprintw, Thomas Dickey, 2006/03/30
- Re: mvwprintw, Bob Rossi, 2006/03/30
- Re: mvwprintw, Bob Rossi, 2006/03/30