outputhelp

来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· 代码 · 共 40 行

TXT
40
字号
People have often commented how they can get color and/or eight bitcharacters working when running epic linked against ncurses and runningunder gnu screen.All of this information was graciously provided by johnnie_doe@hotmail.com(Starv@ircnet)COLORS:-------To get colors under gnu screen, add these lines to your .screenrc file:termcap  vt102 'AF=\E[3%dm:AB=\E[4%dm'terminfo vt102 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'If screen does not default to 'vt102', make sure you set TERM to vt102 beforeyou run epic.EIGHT BIT CHARS:---------------If epic is linked against ncurses (it is by default), you can set somencurses options to make it accept eight bit characters more gracefully.Add the following lines to your .inputrc:set meta-flag onset convert-meta offset output-meta onThen in EPIC, you may need to:	/set eight_bit ON	/set high_bit_escape 0and you should be on your way.If you are using GNU screen, make sure you have "defc1 off" in your screenrc file, because screen won't even display characters 128-159with it on (and it is on by default). (from Ben Winslow, May 16, 1999)Good luck!Jeremy

⌨️ 快捷键说明

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