ncdu-zig/src
Yorhel d942a0ebc6 Only create the line format once when drawing the browser window
The memory for this format is now statically allocated as well. I
was under the impression its size would depend on wincols, but this is
the format we're talking about, the string does not have to hold the
actual line contents. I must have been sleeping again...

Oh well, this is a slight performance improvement, although it doesn't
seem the be the cause of the browing slowness when running under
valgrind. (Obviously running ncdu with valgrind is supposed to be
slower, but the current performance is rather bad...)
2010-04-28 17:15:46 +02:00
..
browser.c Only create the line format once when drawing the browser window 2010-04-28 17:15:46 +02:00
browser.h Copyright year bump 2010-02-27 15:20:57 +01:00
calc.c Store the name of the item in the dir struct itself 2010-04-28 15:32:47 +02:00
calc.h Copyright year bump 2010-02-27 15:20:57 +01:00
delete.c More intuitive multi-page browsing 2010-04-28 13:32:30 +02:00
delete.h Copyright year bump 2010-02-27 15:20:57 +01:00
dirlist.c Got rid of segfault when the root dir only contains hidden files 2010-04-28 15:48:57 +02:00
dirlist.h More intuitive multi-page browsing 2010-04-28 13:32:30 +02:00
exclude.c Properly free() the pattern in exclude_clear() 2010-04-27 12:49:12 +02:00
exclude.h Copyright year bump 2010-02-27 15:20:57 +01:00
global.h Store the name of the item in the dir struct itself 2010-04-28 15:32:47 +02:00
help.c Copyright year bump 2010-02-27 15:20:57 +01:00
help.h Copyright year bump 2010-02-27 15:20:57 +01:00
main.c Copyright year bump 2010-02-27 15:20:57 +01:00
Makefile.am Abstracted dir list handling from browser.c into dirlist.c 2010-03-07 11:10:00 +01:00
path.c Misc. minor fixes 2010-02-28 10:13:12 +01:00
path.h Copyright year bump 2010-02-27 15:20:57 +01:00
util.c Store the name of the item in the dir struct itself 2010-04-28 15:32:47 +02:00
util.h Link hard linked files together with a circular linked list 2010-02-27 15:21:25 +01:00