From 03d75855a1aeb20c1a6db04bebf22acf6b42c8e5 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 9 Mar 2016 21:42:12 +0100 Subject: [PATCH] ui.* commands --- Scripting-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index 3348ca2..88722d3 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -10,4 +10,5 @@ Command | Short Description ---: | :--- [execute](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Execute) | Call operating system commands, possibly catching their output for use within rTorrent. [schedule](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Scheduling) | Repeatedly execute commands, either in a given frequency, or at certain times. -[system.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-System) | Commands related to the operating system and the XMLRPC API. \ No newline at end of file +[system.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-System) | Commands related to the operating system and the XMLRPC API. +[ui.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-UserInterface) | These commands control aspects of the ‘curses’ UI. \ No newline at end of file