summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--2022-02-26 15:51:42 -0500
commitb6c72806498e95cb08606a7ec46742e5439d3348 (patch)
tree08345aae3fa8e302454b627113fab94494f9d3e5 /configure
parentOnly add available commands to complete (diff)
downloadcatgirl-b6c72806498e95cb08606a7ec46742e5439d3348.tar.gz
catgirl-b6c72806498e95cb08606a7ec46742e5439d3348.zip
Specify commands which depend on caps
Currently only /setname.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
= strftime(buf, sizeof(buf), uiTime.format, time); + if (!uiTime.width) { + errx(EX_CONFIG, "invalid timestamp format: %s", uiTime.format); + } + initscr(); cbreak(); noecho();