mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix, plugin] Terminal ldoc (#8742)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--[[
|
||||
--[[--
|
||||
This plugin provides a terminal emulator (VT52 (+some ANSI))
|
||||
|
||||
@module koplugin.terminal
|
||||
]]
|
||||
|
||||
local Device = require("device")
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--[[
|
||||
--[[--
|
||||
module used for terminal emulator to override InputText
|
||||
|
||||
@module koplugin.terminal
|
||||
]]
|
||||
|
||||
local InputText = require("ui/widget/inputtext")
|
||||
|
||||
Reference in New Issue
Block a user