Skip to content

Commit c8dfcbb

Browse files
committed
tidy(terminal):1.12.14, 删除tab键提示日志
1 parent 8692a23 commit c8dfcbb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modules/terminal/impl/terminal_key_events.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,9 @@ void Terminal::Impl::onDeleteKey(SessionContext *s)
115115
}
116116
}
117117

118-
void Terminal::Impl::onTabKey(SessionContext *s)
118+
void Terminal::Impl::onTabKey(SessionContext *)
119119
{
120120
//!TODO: 实现补全功能
121-
LogUndo();
122-
(void)s;
123121
}
124122

125123
namespace {

version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# TBOX版本号
2222
TBOX_VERSION_MAJOR := 1
2323
TBOX_VERSION_MINOR := 12
24-
TBOX_VERSION_REVISION := 13
24+
TBOX_VERSION_REVISION := 14

0 commit comments

Comments
 (0)