Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
If kqueue can be added as well, our homegrown kinda ugly
signal dispatcher could be killed.
|
|
There is a g_unix_signal_new function in glib as well now,
but that is only allowed to be used for SIGINT, SIGHUP and SIGTERM,
so we have to stay with our own.
|
|
Use a g_io_channel that listens to STDIN_FILENO instead.
|
|
|
|
|
|
|
|
Therefore reorder function definitions in interface.c.
|
|
|
|
|
|
- max_name_len(): add indentation space
- add space between volume bar and border
|
|
Get the current window width and
calculate the volume bar width.
|
|
Adding function to find out the longest name
of all SINK's and INPUT's. Inserting indentations
in amount of this max. length.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
other c-files than sink.c get the extern definition
via sink.h, only sink.c receives the non-extern one
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This function resize the internal ncurses box when the
terminal program was resized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|