mirror of
http://git.enlightenment.org/enlightenment/terminology.git
synced 2026-02-11 04:11:55 +02:00
2.4 KiB
2.4 KiB
A simple documentation to navige through the C files:
src/bin/about.chandles the About widgetsrc/bin/backlog.c: backlog handlingsrc/bin/col.cis 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.clists file extensions supportedsrc/bin/gravatar.chosts 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.chost the main() function: setup/shutdown codesrc/bin/media.chandles 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.chandles 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: thetyalphatoolsrc/bin/tybg.c: thetybgtoolsrc/bin/tycat.c: thetycattoolsrc/bin/tyls.c: thetylstoolsrc/bin/typop.c: thetypoptoolsrc/bin/tyq.c: thetyqtoolsrc/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