mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-23 11:58:01 +00:00
.github
.vscode
app
build
docs
extras
automator-workflows
clink
CHANGES
LICENSE
clink.bat
clink.lua
clink_dll_x64.dll
clink_dll_x86.dll
clink_inputrc_base
clink_x64.exe
clink_x86.exe
default_inputrc
default_settings
UAC.exe
locale
patches
scripts
snap
tabby-community-color-schemes
tabby-core
tabby-electron
tabby-linkifier
tabby-local
tabby-plugin-manager
tabby-serial
tabby-settings
tabby-ssh
tabby-telnet
tabby-terminal
tabby-uac
tabby-web
tabby-web-demo
web
.all-contributorsrc
.editorconfig
.eslintrc.yml
.gitignore
.mergify.yml
.pug-lintrc.js
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
README.de-DE.md
README.es-ES.md
README.id-ID.md
README.it-IT.md
README.ja-JP.md
README.ko-KR.md
README.md
README.pt-BR.md
README.ru-RU.md
README.zh-CN.md
electron-builder.yml
firebase.json
package.json
tsconfig.json
typedoc.mjs
webpack.config.mjs
webpack.plugin.config.mjs
yarn.lock
6 lines
247 B
Lua
6 lines
247 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.
|