We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692a23 commit c8dfcbbCopy full SHA for c8dfcbb
modules/terminal/impl/terminal_key_events.cpp
@@ -115,11 +115,9 @@ void Terminal::Impl::onDeleteKey(SessionContext *s)
115
}
116
117
118
-void Terminal::Impl::onTabKey(SessionContext *s)
+void Terminal::Impl::onTabKey(SessionContext *)
119
{
120
//!TODO: 实现补全功能
121
- LogUndo();
122
- (void)s;
123
124
125
namespace {
version.mk
@@ -21,4 +21,4 @@
21
# TBOX版本号
22
TBOX_VERSION_MAJOR := 1
23
TBOX_VERSION_MINOR := 12
24
-TBOX_VERSION_REVISION := 13
+TBOX_VERSION_REVISION := 14
0 commit comments