├── COPYING ├── LOG ├── Makefile ├── README ├── all.h ├── aoeui.1.m4 ├── aoeui.txt ├── asdfg ├── bookmark.c ├── buffer.c ├── buffer.h ├── child.c ├── child.h ├── clip.c ├── clip.h ├── die.c ├── die.h ├── display-test.c ├── display.c ├── display.h ├── file.c ├── find.c ├── fold.c ├── help.c ├── help.m4 ├── keyword.c ├── locus.c ├── locus.h ├── macro.c ├── macro.h ├── main.c ├── make-TAGS ├── mem.c ├── mem.h ├── mode.c ├── mode.h ├── notes.txt ├── rgba.h ├── search.c ├── tab.c ├── tags.c ├── text.c ├── text.h ├── types.h ├── undo.c ├── unicode.c ├── utf8.c ├── utf8.h ├── util.c ├── util.h ├── window.c └── window.h /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/COPYING -------------------------------------------------------------------------------- /LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/LOG -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/README -------------------------------------------------------------------------------- /all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/all.h -------------------------------------------------------------------------------- /aoeui.1.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/aoeui.1.m4 -------------------------------------------------------------------------------- /aoeui.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/aoeui.txt -------------------------------------------------------------------------------- /asdfg: -------------------------------------------------------------------------------- 1 | aoeui -------------------------------------------------------------------------------- /bookmark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/bookmark.c -------------------------------------------------------------------------------- /buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/buffer.c -------------------------------------------------------------------------------- /buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/buffer.h -------------------------------------------------------------------------------- /child.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/child.c -------------------------------------------------------------------------------- /child.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/child.h -------------------------------------------------------------------------------- /clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/clip.c -------------------------------------------------------------------------------- /clip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/clip.h -------------------------------------------------------------------------------- /die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/die.c -------------------------------------------------------------------------------- /die.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/die.h -------------------------------------------------------------------------------- /display-test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/display-test.c -------------------------------------------------------------------------------- /display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/display.c -------------------------------------------------------------------------------- /display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/display.h -------------------------------------------------------------------------------- /file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/file.c -------------------------------------------------------------------------------- /find.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/find.c -------------------------------------------------------------------------------- /fold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/fold.c -------------------------------------------------------------------------------- /help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/help.c -------------------------------------------------------------------------------- /help.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/help.m4 -------------------------------------------------------------------------------- /keyword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/keyword.c -------------------------------------------------------------------------------- /locus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/locus.c -------------------------------------------------------------------------------- /locus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/locus.h -------------------------------------------------------------------------------- /macro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/macro.c -------------------------------------------------------------------------------- /macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/macro.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/main.c -------------------------------------------------------------------------------- /make-TAGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/make-TAGS -------------------------------------------------------------------------------- /mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/mem.c -------------------------------------------------------------------------------- /mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/mem.h -------------------------------------------------------------------------------- /mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/mode.c -------------------------------------------------------------------------------- /mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/mode.h -------------------------------------------------------------------------------- /notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/notes.txt -------------------------------------------------------------------------------- /rgba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/rgba.h -------------------------------------------------------------------------------- /search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/search.c -------------------------------------------------------------------------------- /tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/tab.c -------------------------------------------------------------------------------- /tags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/tags.c -------------------------------------------------------------------------------- /text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/text.c -------------------------------------------------------------------------------- /text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/text.h -------------------------------------------------------------------------------- /types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/types.h -------------------------------------------------------------------------------- /undo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/undo.c -------------------------------------------------------------------------------- /unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/unicode.c -------------------------------------------------------------------------------- /utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/utf8.c -------------------------------------------------------------------------------- /utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/utf8.h -------------------------------------------------------------------------------- /util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/util.c -------------------------------------------------------------------------------- /util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/util.h -------------------------------------------------------------------------------- /window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/window.c -------------------------------------------------------------------------------- /window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pklausler/aoeui/HEAD/window.h --------------------------------------------------------------------------------