📄 ushell.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -