ed_start
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 25 行
TXT
25 行
eeeedddd____ssssttttaaaarrrrtttt((((3333)))) MMMMuuuuddddOOOOSSSS ((((22222222 JJJJaaaannnn 1111999999995555)))) eeeedddd____ssssttttaaaarrrrtttt((((3333)))) NNNNAAAAMMMMEEEE ed_start() - start an ed session SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS string ed_start(string file | void, int restricted | void) DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN This efun is available only if __OLD_ED__ is not defined. The internal editor is started, optionally loading 'file' for editing. The resulting output is returned. The editor session remains active, and further calls to ed_cmd() can be used to send commands to it. If restricted is 1, the commands that change which file is being edited will be disabled. Only one ed session can be active per object at a time. Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?