diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 16:14:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 16:14:21 +0000 |
| commit | ae5b2dcf867f5cd15cdcbbbed2cc2985416c8c71 (patch) | |
| tree | 0339ac9a93a81373e63f60967bc7e8b041f657cc /gnu/lib/libdialog/kernel.c | |
| parent | 89c1d5dcd91f756fcd5518a42c594243268519ae (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/kernel.c')
| -rw-r--r-- | gnu/lib/libdialog/kernel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c index 7a67af68c3f1..c30e478457f8 100644 --- a/gnu/lib/libdialog/kernel.c +++ b/gnu/lib/libdialog/kernel.c @@ -90,6 +90,9 @@ */ int DialogX, DialogY; +/* This "secret" global allows you to change the behavior of an input field */ +int DialogInputAttrs; + /* * Do some initialization for dialog */ |
