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.
 
 
 
 
 
 
Boris Faure 1fe87a4b2c
termio/win: use Elementary_Cursor.h
2 years ago
..
about.c about: add youtube channel 3 years ago
about.h controls: use both "bg" and "base" evas objects 5 years ago
backlog.c backlog: don't convert -1 to unsigned 3 years ago
backlog.h termpty: fix ubsan-detected issue 3 years ago
colors.c colors: list user-stored color schemes 2 years ago
colors.h colors: no longer set all those "c%d" color classes 2 years ago
config.c config: ensure config->colorscheme is set. Closes T8855 2 years ago
config.h config: add color_scheme 2 years ago
controls.c group input: add config option about default to visible ones or all 3 years ago
controls.h controls: use both "bg" and "base" evas objects 5 years ago
extns.c include private.h everywhere 7 years ago
extns.h add header guards 9 years ago
gravatar.c improve translation strings 3 years ago
gravatar.h fix const on hyperlink urls 5 years ago
ipc.c main: add --colorscheme 2 years ago
ipc.h main: add --colorscheme 2 years ago
keyin.c test malloc/calloc's return. Fix CID1436182 2 years ago
keyin.h move input handling to win.c 5 years ago
main.c main: reorganize options 2 years ago
main.h main: change prototype for main_new() 3 years ago
md5.c Get rid of trailing whitespaces 3 years ago
md5.h mv src/bin/md5/md5.{c,h} src/bin/ 3 years ago
media.c theme: have only one theme_apply function 2 years ago
media.h media/win: allow fallback to xdg-open after user interaction 4 years ago
meson.build mv src/bin/col.{c,h} src/bin/colors.{c,h} 3 years ago
miniview.c theme: have only one theme_apply function 2 years ago
miniview.h tyfuzz: stub functions from termio 4 years ago
options.c options_color: rewrite to display color schemes 2 years ago
options.h options_behavior: share OPTIONS_CB/OPTIONS_CX/OPTIONS_SEPARATOR 3 years ago
options_background.c test malloc/calloc's return. Fix CID1436182 2 years ago
options_background.h s/wallpaper/background/ 5 years ago
options_behavior.c theme: have only one theme_apply function 2 years ago
options_behavior.h add header guards 9 years ago
options_colors.c utils: add open_url() to avoid code duplication 2 years ago
options_colors.h options_color: rewrite to display color schemes 2 years ago
options_elm.c improve translation strings 3 years ago
options_elm.h add a Toolkit settings category to launch elementary_config. Closes T1492 9 years ago
options_font.c theme: have only one theme_apply function 2 years ago
options_font.h options_font: be able to have multiple instances 5 years ago
options_keys.c theme: have only one theme_apply function 2 years ago
options_keys.h add header guards 9 years ago
options_mouse.c win/options_mouse: apply mouse timer change to current terms 3 years ago
options_mouse.h mv options_helpers.{c,h} options_mouse.{c,h} 3 years ago
options_theme.c options_theme: ensure the selected theme is the right one 2 years ago
options_theme.h options_theme: be able to have multiple instances 5 years ago
options_themepv.c options_themepv: do not use terminology/background for color scheme preview 2 years ago
options_themepv.h options_themepv: add color mode 2 years ago
private.h private.h: add static_strequal() 3 years ago
sb.c sb: extract tests 3 years ago
sb.h termiolink: add unit test on parsing edc color 3 years ago
sel.c theme: have only one theme_apply function 2 years ago
sel.h tab_selector: fix focus issue 4 years ago
term_container.h win: constify 3 years ago
termcmd.c mv utils.{c,h} theme.{c,h} 3 years ago
termcmd.h add some infra for cmd-mode for terminology. only 1 working cmd atm 11 years ago
termio.c termio/win: use Elementary_Cursor.h 2 years ago
termio.h termio/termptyesc: clean up mess with color classes 2 years ago
termiointernals.c colors: have 4 blocks: normal, bright, faint and bright+faint 2 years ago
termiointernals.h termptyesc: handle xterm 12 to change cursor color 2 years ago
termiolink.c termiolink: fix _hsl_to_rgb() + update tests 3 years ago
termiolink.h link: display tooltip on colors like #ff00ff 3 years ago
termpty.c improve translation strings 3 years ago
termpty.h termptyesc: explicit conversions 3 years ago
termptydbl.c termptydbl: be strict on what is wide and do not try to be smart. 3 years ago
termptydbl.h termptydbl: generate the exact double width test 3 years ago
termptyesc.c termptyesc: _handle_xterm_set_color_class() gets obj==NULL in tests 2 years ago
termptyesc.h termptyesc: export termptyesc_safechar() 2 years ago
termptyext.c termptyext: be able to test color links 3 years ago
termptyext.h tytest: add framework to add special escape codes for tests 4 years ago
termptygfx.c Get rid of trailing whitespaces 3 years ago
termptygfx.h constify 6 years ago
termptyops.c rewrite changing of background/foreground colors from escape codes 3 years ago
termptyops.h termptyops: ensure clearing cells do not increase link count 4 years ago
theme.c theme: ensure group exists in file before using it 2 years ago
theme.h theme: have only one theme_apply function 2 years ago
tty_keys.h keys: add underscore as special key. Should close T2369 8 years ago
tyalpha.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 3 years ago
tybg.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 3 years ago
tycat.c Fix typos 3 years ago
tycommon.c tycommon: ensure common tools are running in terminology 3 years ago
tycommon.h tycommon: ensure common tools are running in terminology 3 years ago
tyfuzz.c tests: rework tytest.c/tyfuzz.c to no longer #include one in the other 3 years ago
tyls.c tyls: do not force extension 2 years ago
typop.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 3 years ago
tyq.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 3 years ago
tysend.c tycommon: add ty_write() to handle EINTR/EAGAIN on write() 3 years ago
tytest.c tytest: makes more sense (to me) to check len 2 years ago
tytest.h tytest: those functions must return Eina_Bool 2 years ago
tytest_common.c tytest: those functions must return Eina_Bool 2 years ago
tytest_common.h have define BINARY_TYFUZZ/BINARY_TYTEST 3 years ago
unit_tests.h termiolink: parse css hsl color + unit test 3 years ago
utf8.c utf8: avoid implicit signedness conversions 3 years ago
utf8.h use a bit more Eina_Unicode 9 years ago
utils.c utils: add open_url() to avoid code duplication 2 years ago
utils.h utils: add open_url() to avoid code duplication 2 years ago
win.c termio/win: use Elementary_Cursor.h 2 years ago
win.h win: constify background_set_shine() 2 years ago