|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
terminology_sources = ['private.h', |
|
|
|
|
'about.c', 'about.h', |
|
|
|
|
'col.c', 'col.h', |
|
|
|
|
'colors.c', 'colors.h', |
|
|
|
|
'config.c', 'config.h', |
|
|
|
|
'controls.c', 'controls.h', |
|
|
|
|
'ipc.c', 'ipc.h', |
|
|
|
@ -58,7 +58,7 @@ tyfuzz_sources = ['termptyesc.c', 'termptyesc.h', |
|
|
|
|
'termiointernals.c', 'termiointernals.h', |
|
|
|
|
'termiolink.c', 'termiolink.h', |
|
|
|
|
'config.c', 'config.h', |
|
|
|
|
'col.c', 'col.h', |
|
|
|
|
'colors.c', 'colors.h', |
|
|
|
|
'sb.c', 'sb.h', |
|
|
|
|
'theme.h', |
|
|
|
|
'utils.c', 'utils.h', |
|
|
|
@ -75,7 +75,7 @@ tytest_sources = ['termptyesc.c', 'termptyesc.h', |
|
|
|
|
'termiointernals.c', 'termiointernals.h', |
|
|
|
|
'termiolink.c', 'termiolink.h', |
|
|
|
|
'config.c', 'config.h', |
|
|
|
|
'col.c', 'col.h', |
|
|
|
|
'colors.c', 'colors.h', |
|
|
|
|
'sb.c', 'sb.h', |
|
|
|
|
'utf8.c', 'utf8.h', |
|
|
|
|
'utils.c', 'utils.h', |
|
|
|
|