A simple documentation to navigate through the C files:
src/bin/about.c
handles the About widgetsrc/bin/backlog.c
: backlog handlingsrc/bin/col.c
is about the colors handled by the terminalsrc/bin/config.c
: how the configuration is saved/loaded/updatedsrc/bin/controls.c
: the widget when a right-click is done on a terminalsrc/bin/dbus.c
: all the D-Bus interactionssrc/bin/extns.c
lists file extensions supportedsrc/bin/gravatar.c
hosts the code to show a Gravatar when hovering an email addresssrc/bin/ipc.c
: various IPC functionssrc/bin/keyin.c
: handles key inputsrc/bin/main.c
host the main() function: setup/shutdown codesrc/bin/media.c
handles media interactions like image popups, inlining moviessrc/bin/miniview.c
: the miniview of the historysrc/bin/options.c
: the settings widgetsrc/bin/options_behavior.c
: the settings panel that handles the Behaviorssrc/bin/options_colors.c
: the settings panel about colors in the terminalsrc/bin/options_elm.c
: the settings panel to configure Elementarysrc/bin/options_font.c
: the settings panel to choose the Fontsrc/bin/options_mouse.c
: the settings panel on mouse interactionssrc/bin/options_keys.c
: the settings panel to configure key bindingssrc/bin/options_theme.c
: the settings panel to choose a themesrc/bin/options_themepv.c
: the widget that handles theme previewssrc/bin/options_video.c
: the settings panel to configure video renderingsrc/bin/options_wallpaper.c
: the settings panel to configure a wallpapersrc/bin/sel.c
: the tab selectorsrc/bin/termcmd.c
handles custom terminology commandssrc/bin/termio.c
: the core term widget with the textgridsrc/bin/termiolink.c
: link detection in the terminalsrc/bin/termpty.c
: the PTY interactionsrc/bin/termptydbl.c
: code to hande double-width characterssrc/bin/termptyesc.c
: escape codes parsingsrc/bin/termptyext.c
: extented terminology escape handlingsrc/bin/termptygfx.c
: charset translationssrc/bin/termptyops.c
: handling historysrc/bin/tyalpha.c
: thetyalpha
toolsrc/bin/tybg.c
: thetybg
toolsrc/bin/tycat.c
: thetycat
toolsrc/bin/tyls.c
: thetyls
toolsrc/bin/typop.c
: thetypop
toolsrc/bin/tyq.c
: thetyq
toolsrc/bin/utf8.c
: handles conversion between Eina_Unicode and char *src/bin/utils.c
: small utilitarian functionssrc/bin/win.c
: handles the windows, splits, tabs