aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-10 12:16:26 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-10 12:16:26 +0200
commite46158f31369b8b16ed9ea3885b9def08afc4a55 (patch)
treec4d3583b7d503212cbe06d4f9b54f1fad0fedea4 /editor.h
parent18aa993466ab857b2a56612dabd243992e987998 (diff)
downloadvis-e46158f31369b8b16ed9ea3885b9def08afc4a55.tar.gz
vis-e46158f31369b8b16ed9ea3885b9def08afc4a55.tar.xz
Simplify cursor color management
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h6
1 files changed, 0 insertions, 6 deletions
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);