summaryrefslogtreecommitdiff
path: root/term/display_clock.c
blob: 39a31472a4470270cd94ca7e4b17c725f3a076de (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

#define display_clock tigetstr("dclk")

/** display time-of-dat clock **/

/*
TERMINFO_NAME(dclk)
TERMCAP_NAME(DK)
XOPEN(400)
*/