Terminal emulator with all the bells and whistles
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
423 B
15 lines
423 B
#ifndef _MAIN_H__ |
|
#define _MAIN_H__ 1 |
|
|
|
#include "config.h" |
|
|
|
void main_split_h(Evas_Object *win, Evas_Object *term); |
|
void main_split_v(Evas_Object *win, Evas_Object *term); |
|
void main_close(Evas_Object *win, Evas_Object *term); |
|
|
|
void main_trans_update(const Config *config); |
|
void main_media_update(const Config *config); |
|
void main_media_mute_update(const Config *config); |
|
void main_config_sync(const Config *config); |
|
|
|
#endif
|
|
|