bemenu/client
Sören Tempel 38395e92c7 client: use getline(3)
Not sure why the code didn't use this function previously, but
getline(3) is mandatory since POSIX.1-2008 and should thus be supported
by all maintstream operating systems. The proposed changes make the code
easier to read and should also make it more efficient memory-wise as it
does not necessarily cause the entire input to be copied into memory at
once.
2021-04-04 17:45:04 +09:00
..
common Use -m option for setting monitor name and monitor + cleanup 2021-02-05 16:53:43 +09:00
bemenu-run.c Add no-exec option to bemenu-run 2020-02-23 01:41:50 +09:00
bemenu.c client: use getline(3) 2021-04-04 17:45:04 +09:00