mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
cbb507a6b5
of the document. Keyboard doesn't work, Windows style path either. I tested it only under Wine.
16 lines
202 B
C
16 lines
202 B
C
#ifndef EL__OSDEP_WIN32_VT100_H
|
|
#define EL__OSDEP_WIN32_VT100_H
|
|
|
|
#ifdef CONFIG_OS_WIN32
|
|
|
|
#ifdef HAVE_WINDOWS_H
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
int VT100_decode(HANDLE, const void *, int);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|