GUI display a user-configurable status line. More...
Go to the source code of this file.
Functions | |
void | menu_status_line (struct Buffer *buf, struct IndexSharedData *shared, struct Menu *menu, int max_cols, const struct Expando *exp) |
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 | ( | struct Buffer * | buf, |
struct IndexSharedData * | shared, | ||
struct Menu * | menu, | ||
int | max_cols, | ||
const struct Expando * | exp | ||
) |
Create the status line.
[out] | buf | Buffer in which to save string |
[in] | shared | Shared Index data |
[in] | menu | Current menu |
[in] | max_cols | Maximum number of columns to use (-1 means unlimited) |
[in] | exp | Expando |
Definition at line 496 of file status.c.