changes.dist

来自「Unix下的MUD客户端程序」· DIST 代码 · 共 20 行

DIST
20
字号
Notable changes to the VT distribution code from 2.12-----------------------------------------------------The first notable change is that /recall and /trig now use wildcard patterns rather than regexps.  You can make regexp triggers as before with /trig -r (likewise /hilite -r, /gag -r).  Also, commands like /unworld, /untrig etc. can take wildcard patterns to delete a group of entries.Another change is that /resize now accepts the new size of the window rather than the row number of its divider.  For the top window, this is no change./def can now take an = between the name and the macro body.  Any argument subs that used to use $ now use %.  Look at dist.doc for the complete list of substitutions.

⌨️ 快捷键说明

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