GUI display a user-configurable status line. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | menu_status_line (char *buf, size_t buflen, struct IndexSharedData *shared, struct Menu *menu, int cols, const char *fmt) |
Create the status line. | |
GUI display a user-configurable status line.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file status.h.
void menu_status_line | ( | char * | buf, |
size_t | buflen, | ||
struct IndexSharedData * | shared, | ||
struct Menu * | menu, | ||
int | cols, | ||
const char * | fmt | ||
) |
Create the status line.
[out] | buf | Buffer in which to save string |
[in] | buflen | Buffer length |
[in] | shared | Shared Index data |
[in] | menu | Current menu |
[in] | cols | Maximum number of columns to use |
[in] | fmt | Format string |
Definition at line 477 of file status.c.