ddhx / src /
@dd86k dd86k authored on 29 Dec 2022
..
os file: fix on linux 1 year ago
utils style: Braces on newline 1 year ago
README.md Add src/README.md 1 year ago
converter.d style: Braces on newline 1 year ago
ddhx.d Removed other deprecated stuff 1 year ago
dump.d Redo rendering function, move scoped to scope 1 year ago
editor.d Removed other deprecated stuff 1 year ago
error.d Fix braces, reverser use osfile 1 year ago
main.d Redo rendering function, move scoped to scope 1 year ago
reverser.d Redo rendering function, move scoped to scope 1 year ago
screen.d Redo rendering function, move scoped to scope 1 year ago
searcher.d style: Braces on newline 1 year ago
settings.d style: Braces on newline 1 year ago
transcoder.d Redo rendering function, move scoped to scope 1 year ago
README.md

Introduction

This document explains the source file structure.

Structure

Entry Description
os/ OS utilities
utils/ Generic utils
converter.d Dynamic type converter and conversion routines
ddhx.d Main interactive application
dump.d Dump application mode
editor.d Used by ddhx, represents an editor instance
error.d Error facility
gitinfo.d This file is automatically generated.
main.d Program entry point
screen.d Screen handling
searcher.d Search engine
settings.d User settings (to be removed)
transcoder.d Character encoding transcoder