OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0/] [or1ksim/] [peripheral/] [channels/] [xterm.c] - Diff between revs 1308 and 1557

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));

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.