
OpenCode
文章平均质量分 85
ibbyte
个人域名:
ibbyte.com
jllim.com
展开
-
[ JoyfulPuTTY ] PuTTY开源代码分析.1 --- 全局配置
[ PuTTY 全局配置 ]@windows/window.c|__int WINAPI WinMain (HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) |___ conf = conf_new(); |___ do_defaults(NULL, conf); @ settings.c原创 2016-12-13 00:37:58 · 2575 阅读 · 0 评论 -
cscope Analyzed Flow - Handling of tag commands and tag stack by do_tag
/* * Jump to tag; handling of tag commands and tag stack * * *tag != NUL: ":tag {tag}", jump to new tag, add to tag stack * * type == DT_TAG: ":tag [tag]", jump to newer position or same tag again * ...原创 2018-04-08 19:35:51 · 409 阅读 · 0 评论 -
cscope Analyzed Flow 2 - Show the more-prompt and handle the user response by do_more_prompt
/* * Show the more-prompt and handle the user response. * This takes care of scrolling back and displaying previously displayed text. * When at hit-enter prompt "typed_char" is the already typed chara...原创 2018-04-08 19:56:57 · 335 阅读 · 0 评论