ushell.h

来自「举世闻名的joe记事本源程序」· C头文件 代码 · 共 22 行

H
22
字号
/* * 	Shell-window functions *	Copyright (C) 1992 Joseph H. Allen * *	This file is part of JOE (Joe's Own Editor) */#ifndef _JOE_USHELL_H#define _JOE_USHELL_H 1int ubknd PARAMS((BW *bw));int ukillpid PARAMS((BW *bw));int urun PARAMS((BW *bw));int ubuild PARAMS((BW *bw));int ugrep PARAMS((BW *bw));int cstart PARAMS((BW *bw, unsigned char *name, unsigned char **s, void *obj, int *notify, int build, int out_only));extern B *runhist; /* Shell command history */extern B *buildhist; /* Build command history */extern B *grephist; /* Grep command history */#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?