Menu

[76e07a]: / joe / ushell.h  Maximize  Restore  History

Download this file

25 lines (20 with data), 738 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
* Shell-window functions
* Copyright (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
int ubknd(W *w, int k);
int uvtbknd(W *w, int k);
int ukillpid(W *w, int k);
int urun(W *w, int k);
int ubuild(W *w, int k);
int ugrep(W *w, int k);
#define SHELL_TYPE_DUMB 0 /* Dumb terminal */
#define SHELL_TYPE_VT 1 /* Smart terminal */
#define SHELL_TYPE_RAW 2 /* No terminal, just append data from program */
int cstart(BW *bw, const char *name, char **s, void *obj, int *notify, int build, int out_only, const char *first_command, int type);
extern B *runhist; /* Shell command history */
extern B *buildhist; /* Build command history */
extern B *grephist; /* Grep command history */
void vt_scrdn(void);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.