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

#define quick_dial tigetstr("qdial")

/** dial phone number #1 without progress detection **/

/*
TERMINFO_NAME(qdial)
TERMCAP_NAME(QD)
XOPEN(400)
*/