1
/* $Id: newwin.h,v 1.2 2003/10/28 00:00:36 pasky Exp $ */
3
#ifndef EL__DIALOG_SYSTEM_H
4
#define EL__DIALOG_SYSTEM_H
6
#include "terminal/terminal.h"
10
void (*fn)(struct terminal *term, unsigned char *, unsigned char *);
13
struct open_in_new *get_open_in_new(int);
14
int can_open_in_new(struct terminal *);