On Monday, September 6, 2010, Kris Maglione wrote:
> On Mon, Sep 06, 2010 at 10:10:16PM +0200, Moritz Wilhelmy wrote:
> > Isn't portability one of the goals?
> I don't use that kind of GNU extension gunk so I split my files anyway.
Indeed. The day suckless software depends on GNU extensions will
Another hacky option is to embed all functions in .h include files as
'static inline'.
On 09/07/10 16:44, Connor Lane Smith wrote:
On Monday, September 6, 2010, Kris Maglione wrote:
On Mon, Sep 06, 2010 at 10:10:16PM +0200, Moritz Wilhelmy wrote:
Isn't portability one of the goals?
I don't
* pancake [2010-09-07 16:49:20 +0200]:
> Another hacky option is to embed all functions in .h include files
> as 'static inline'.
then you'd have to include all code in the .h which would
make compilation slow whereever draw.h is included
the separate files are fine
Is there a way to disable drawing of titlebars?
--
Nikhilesh S
http://www.nikhilesh.info
When resizing a window in dvtm, the text buffers for each row are resized to
reflect the number of columns. When making a window smaller, this has the
effect of deleting all the text that has gone off the edge of the window.
If you then make the window larger, that text won't be redrawn - it has