mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
blink -> setCursorBlink
Former-commit-id: 37105b9ce26db26b45b649bbe4b9c0718792f4fb Former-commit-id: 10252f6825fa6afa0942220dee4f568be21fe64b
This commit is contained in:
@@ -274,7 +274,7 @@ Note: cursor coordinates starts from one, not zero.
|
||||
\\ \\
|
||||
term.setY(int) & nil & Sets Y coordinate of the cursor.
|
||||
\\ \\
|
||||
term.blink(bool) & nil & Sets cursor blinking. \textbf{true} makes the cursor blink.
|
||||
term.setCursorBlink(bool) & nil & Sets cursor blinking. \textbf{true} makes the cursor blink.
|
||||
\\ \\
|
||||
term.size() & int, int & Returns width and height of the terminal.
|
||||
\\ \\
|
||||
@@ -465,6 +465,16 @@ Line printers do not work indefinitely; ignoring the obvious depletion of ink, b
|
||||
lp.reset() & nil & Resets the line printer.
|
||||
\end{tabularx}
|
||||
|
||||
\chapter{References}
|
||||
|
||||
Some of the texts are taken from following sources:
|
||||
|
||||
\begin{itemize}
|
||||
\item Lua Manual version 5.2, Lua.org, POC-Rio
|
||||
\item ComputerCraft, dan200
|
||||
\item OpenComputers, MightyPirates
|
||||
\end{itemize}
|
||||
|
||||
\afterpage{\pagestyle{empty}\null\newpage}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user