ze
Loading...
Searching...
No Matches
status.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "ze.h"
11#include <libguile.h>
12
13void editorSetStatusMessage(const char *fmt, ...);
14void scmEditorSetStatusMessage(SCM message);
15
void editorSetStatusMessage(const char *fmt,...)
Set the transient status message using printf-style formatting.
Definition status.c:28
void scmEditorSetStatusMessage(SCM message)
Set the status message from a Scheme string.
Definition status.c:49
Core editor types, macros, and global state.