Browse Source

fix(xtintin): 修复清屏命令

dzp 1 year ago
parent
commit
5f8cfc6f9b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/lib/xtintin/cmds.tin

+ 2 - 1
plugins/lib/xtintin/cmds.tin

@@ -16,7 +16,8 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
 // };
 #alias {cls} {clear};
 #alias {clear} {
-    #system {tput clear};
+    #buffer clear;
+    #buffer end;
     tmux.SetTheme GAME;
     prompt.refresh;
 };