diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 12:16:26 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 12:16:26 +0200 |
| commit | e46158f31369b8b16ed9ea3885b9def08afc4a55 (patch) | |
| tree | c4d3583b7d503212cbe06d4f9b54f1fad0fedea4 /editor.h | |
| parent | 18aa993466ab857b2a56612dabd243992e987998 (diff) | |
| download | vis-e46158f31369b8b16ed9ea3885b9def08afc4a55.tar.gz vis-e46158f31369b8b16ed9ea3885b9def08afc4a55.tar.xz | |
Simplify cursor color management
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |
