mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b1ee07820b
PR: ports/11625 Submitted by: davidyu@ken.csie.ntu.edu.tw
14 lines
213 B
C
14 lines
213 B
C
/*
|
|
Copyright (C) 1994 Edward Der-Hua Liu, Hsin-Chu, Taiwan
|
|
*/
|
|
|
|
#define K_REJECT (0)
|
|
#define K_ACCEPT (1)
|
|
|
|
#define CLI_FOCUS_IN (1)
|
|
#define CLI_FOCUS_OUT (3)
|
|
|
|
#define LOAD_KEYWORD (2)
|
|
|
|
#define XCIN_ATOM "XCIN_A"
|