1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-23 03:48:01 +00:00
Files
.github
app
build
docs
extras
automator-workflows
clink
CHANGES
LICENSE
clink.bat
clink.html
clink.lua
clink_dll_x64.dll
clink_dll_x86.dll
clink_inputrc_base
clink_x64.exe
clink_x86.exe
UAC.exe
patches
scripts
snap
terminus-community-color-schemes
terminus-core
terminus-electron
terminus-local
terminus-plugin-manager
terminus-serial
terminus-settings
terminus-ssh
terminus-terminal
terminus-uac
terminus-web
web
.all-contributorsrc
.eslintrc.yml
.gitignore
.mergify.yml
.pug-lintrc.js
.travis.yml
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
README.md
appveyor.yml
electron-builder.yml
package.json
tsconfig.json
typedoc.js
webpack.config.js
webpack.plugin.config.js
yarn.lock
tabby/extras/clink/clink.lua
2021-06-06 18:58:08 +02:00

6 lines
242 B
Lua

-- This file is intentionally blank.
--
-- The old clink.lua file is no longer used, and this blank file ensures if a
-- new clink version is copied over an old clink version, it won't accidentally
-- use an obsolete leftover clink.lua file.