cquote.vtc
来自「Unix下的MUD客户端程序」· VTC 代码 · 共 22 行
VTC
22 行
if (!depend_loaded) Load("depend");register_file("cquote");file_depends_on("bracket"); func cquote(cmd) [l] { if (!cur_rmt || !*cmd) return; l = get_cmd_response(cmd); sendf(":> %s\n", cmd); while (*++l) sendf(":| %s", *l);} func quote_current() { detach(.cquote, kbuf); edfunc(K_DBUF);} add_macro("cquote", .cquote);bind(ctrl("^XQ"), .quote_current);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?