summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 123e247..e2c795b 100644
--- a/main.c
+++ b/main.c
@@ -1012,6 +1012,9 @@ int main(int argc, char **argv) {
usages_frame(ted);
} else {
autocomplete_close(ted);
+ text_utf8_anchored(font, "ted v. " TED_VERSION,
+ window_width - padding, window_height - padding,
+ ted_active_color(ted, COLOR_COMMENT), ANCHOR_BOTTOM_RIGHT);
text_utf8_anchored(font, "Press Ctrl+O to open a file or Ctrl+N to create a new one.",
window_width * 0.5f, window_height * 0.5f, ted_active_color(ted, COLOR_COMMENT), ANCHOR_MIDDLE);
text_render(font);