diff -Narup 00_dmenu-2.8_history/main.c 01_dmenu-2.8_fixemptylines/main.c --- 00_dmenu-2.8_history/main.c 2007-04-03 20:52:57.000000000 +0200 +++ 01_dmenu-2.8_fixemptylines/main.c 2007-04-03 20:57:17.000000000 +0200 @@ -83,8 +83,9 @@ writehistory(char *command) { if( (f = fopen(histfile, "w")) ) { fputs(command, f); fputc('\n', f); for(; i