ELinks 0.16.1.1
|
#include <windows.h>
#include <shlobj.h>
#include "osdep/system.h"
#include <fcntl.h>
#include <io.h>
#include <process.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <locale.h>
#include "elinks.h"
#include "main/select.h"
#include "osdep/win32/win32.h"
#include "osdep/osdep.h"
#include "terminal/terminal.h"
Macros | |
#define | _WIN32_IE 0x500 |
Functions | |
void | init_osdep (void) |
void | terminate_osdep (void) |
int | get_system_env (void) |
void | handle_terminal_resize (int fd, void(*fn)()) |
void | unhandle_terminal_resize (int fd) |
void | get_terminal_size (int fd, int *x, int *y) |
int | exe (char *path) |
int | get_ctl_handle (void) |
int | get_input_handle (void) |
int | get_output_handle (void) |
int | gettimeofday (struct timeval *p, void *tz) |
int | mkstemp (char *template_) |
int | tcgetattr (int fd, struct termios *_termios_p) |
int | tcsetattr (int fd, int _optional_actions, const struct termios *_termios_p) |
char * | user_appdata_directory (void) |
#define _WIN32_IE 0x500 |
int exe | ( | char * | path | ) |
int get_ctl_handle | ( | void | ) |
int get_input_handle | ( | void | ) |
int get_output_handle | ( | void | ) |
int get_system_env | ( | void | ) |
void get_terminal_size | ( | int | fd, |
int * | x, | ||
int * | y ) |
int gettimeofday | ( | struct timeval * | p, |
void * | tz ) |
void handle_terminal_resize | ( | int | fd, |
void(* | fn )() ) |
void init_osdep | ( | void | ) |
int mkstemp | ( | char * | template_ | ) |
int tcgetattr | ( | int | fd, |
struct termios * | _termios_p ) |
int tcsetattr | ( | int | fd, |
int | _optional_actions, | ||
const struct termios * | _termios_p ) |
void terminate_osdep | ( | void | ) |
void unhandle_terminal_resize | ( | int | fd | ) |
char * user_appdata_directory | ( | void | ) |