提交 18788493 编写于 作者: G Guangyao Ma

Revert "fix: 修改默认窗口宽度到400"

之前修改窗口宽度,为了适配流水线。流水线已经完成自适应,建议回退回80宽度。一方
面,shell显示更友好。一方面,在tty完成前,也没有更好的处理方法。

close #I42X9V

This reverts commit 09c491ca.

Change-Id: I17a4f4804c4530ee5b95ebf547771768ef254842
Signed-off-by: NGuangyao Ma <guangyao.ma@outlook.com>
上级 2d8e59cc
......@@ -842,7 +842,7 @@ STATIC INT32 ConsoleSetSW(CONSOLE_CB *consoleCB, unsigned long arg)
return LOS_OK;
}
#define DEFAULT_WINDOW_SIZE_COL 400
#define DEFAULT_WINDOW_SIZE_COL 80
#define DEFAULT_WINDOW_SIZE_ROW 24
STATIC INT32 ConsoleGetWinSize(unsigned long arg)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册