summary refs log tree commit diff stats
path: root/commands
ModeNameSize
d---------account409log stats plain
-rw-r--r--cd.go994log stats plain blame
-rw-r--r--commands.go2501log stats plain blame
d---------compose222log stats plain
-rw-r--r--ct.go864log stats plain blame
-rw-r--r--exec.go976log stats plain blame
-rw-r--r--global.go178log stats plain blame
-rw-r--r--help.go537log stats plain blame
d---------msg374log stats plain
d---------msgview264log stats plain
-rw-r--r--new-account.go739log stats plain blame
-rw-r--r--next-tab.go837log stats plain blame
-rw-r--r--pwd.go564log stats plain blame
-rw-r--r--quit.go510log stats plain blame
-rw-r--r--set.go1085log stats plain blame
-rw-r--r--term.go1179log stats plain blame
d---------terminal75log stats plain
-rw-r--r--util.go1105log stats plain blame
"o">[0-9]*.cc > mu.cc # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # # \/ ignore methods grep -h "^[^[:space:]#].*) {$" mu.cc |grep -v ":.*(" |sed 's/ {.*/;/' > function_list # auto-generate list of tests to run grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' > test_list grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/"\1",/' > test_name_list g++ -g -O2 mu.cc termbox/libtermbox.a -o mu_bin cat [0-9]*.mu > core.mu