Mudlet3.19-更好的黑暗主题支持,更多的中文翻译
更好的黑暗主题支持,更多的Mudlet翻译为中国,德国,俄罗斯和意大利,和映射器的改进都在这个更新!https://www.mudlet.org/2019/04/mudlet-3-19-better-dark-themes-support-more-translations
北大侠客行MUD,中国最好的MUD 关注 https://i.imgur.com/QIZlDGV.png
👍 thanks!yct2. 能不能出点各种功能的教程,wiki都是英文看不懂。 需要你的帮助,我不会说中文 {:8_292:} hi, vadi. Mudlet still has no blinking text support. I made a very simple patch, it can display blinking text as italic and underline. Here is the patch:
*** a/TBuffer.cpp 2019-03-13 13:33:33.433053000 +0800
--- b/TBuffer.cpp 2019-05-01 19:50:18.746646276 +0800
***************
*** 2490,2498 ****
// sub-string separated part:
mUnderline = true;
break;
! // case 5:
! // TODO:
! // break; //slow-blinking
// case 6:
// TODO:
// break; //fast blinking
--- 2490,2499 ----
// sub-string separated part:
mUnderline = true;
break;
! case 5:
! mItalics = true;
! mUnderline = true;
! break; //slow-blinking
// case 6:
// TODO:
// break; //fast blinking
***************
*** 2517,2524 ****
case 24:
mUnderline = false;
break;
! // case 25:
! // break; // blink off
case 27:
mReverse = false;
break;
--- 2518,2527 ----
case 24:
mUnderline = false;
break;
! case 25:
! mItalics = false;
! mUnderline = false;
! break; // blink off
case 27:
mReverse = false;
break;
There is a new function getTextFormat() in 3.20. With this patch, I can do Pozhen task in pkuxkx now. Can you put this patch in 3.20? I'd really rather not encourage blinking - just like web browsers. 110% no way around this? 回复 8# vadi
Pkuxkx need this feature. I'm not an admin of pkuxkx, I can not change anything. So, yes, no way around this. OK. Can you submit this as a new pull request? https://github.com/Mudlet/Mudlet/pulls
页:
[1]
2