commit 3ad906eeded0b3ab89b7280c5cc2f3bde193ac60 from: a@null date: Sat Dec 13 17:27:48 2008 UTC removed unnecessary closure of stdin reported by Frederic Chardon, thx commit - 0be9fb8797632f2792cc8bde0221560b3fb47cd4 commit + 3ad906eeded0b3ab89b7280c5cc2f3bde193ac60 blob - 73ce7bf4e4de7a65cd8be1f255934724f432ad10 blob + 883610a823f544118c73b30315062c4c51cdc5cf --- dwm.c +++ dwm.c @@ -343,7 +343,6 @@ cleanup(void) { Arg a = {.ui = ~0}; Layout foo = { "", NULL }; - close(STDIN_FILENO); view(&a); lt[sellt] = &foo; while(stack)