bug-ncurses
[Top][All Lists]
Advanced

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

Re: Addch() eats spaces and tabs on the last line of a window


From: karim hamidou
Subject: Re: Addch() eats spaces and tabs on the last line of a window
Date: Thu, 2 Apr 2009 06:48:22 +0200

Here are some details about my program :
- It uses three subwindows, one for editing a buffer, the other two
are a status bar and a minibuffer.

A screenshot of my app is available here :
http://img10.imageshack.us/img10/4670/capture1y.png

The display code is extremely simple, it is something along the lines of :
while(c = next_character_in_buffer()) {
        addch(c->value);
}

Do you need more details ?

Regards,
Karim




reply via email to

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