From e46158f31369b8b16ed9ea3885b9def08afc4a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 12:16:26 +0200 Subject: Simplify cursor color management --- editor.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 109ea32..388f8d5 100644 --- a/editor.h +++ b/editor.h @@ -149,14 +149,8 @@ void editor_prompt_set(Editor *vis, const char *line); void editor_prompt_show(Editor *vis, const char *title); void editor_prompt_hide(Editor *vis); - void editor_statusbar_set(Editor*, editor_statusbar_t); -// TODO cleanup this mess only 1 function should suffice? move perform -// lazy initialization on first call -/* library initialization code, should be run at startup */ -void editor_init(void); -short editor_color_reserve(short fg, short bg); /* look up a curses color pair for the given combination of fore and * background color */ short editor_color_get(short fg, short bg); -- cgit v1.2.3