source:
trunk/essentials/sys-libs/ncurses/kNIX-bootstrap-os2.x86-fallback.c
Last change on this file was 3073, checked in by , 18 years ago | |
---|---|
|
|
File size: 271 bytes |
Rev | Line | |
---|---|---|
[3073] | 1 | /* |
2 | * DO NOT EDIT THIS FILE BY HAND! It is generated by MKfallback.sh. | |
3 | */ | |
4 | ||
5 | #include <curses.priv.h> | |
6 | #include <term.h> | |
7 | ||
8 | NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *name GCC_UNUSED) | |
9 | { | |
10 | /* the fallback list is empty */ | |
11 | return((TERMTYPE *)0); | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.