URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1308 |
Rev 1557 |
Line 96... |
Line 96... |
xt->pid = -1;
|
xt->pid = -1;
|
xt->argv = NULL;
|
xt->argv = NULL;
|
|
|
}
|
}
|
|
|
|
#if defined(HAS_ON_EXIT)
|
static void xterm_exit(int i, void * data)
|
static void xterm_exit(int i, void * data)
|
{
|
{
|
xterm_close(data);
|
xterm_close(data);
|
}
|
}
|
|
#endif
|
|
|
#define MAX_XTERM_ARGS 100
|
#define MAX_XTERM_ARGS 100
|
static void * xterm_init(const char * input)
|
static void * xterm_init(const char * input)
|
{
|
{
|
struct xterm_channel * retval = malloc(sizeof(struct xterm_channel));
|
struct xterm_channel * retval = malloc(sizeof(struct xterm_channel));
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.