aboutsummaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 74bf0f3..a54818e 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -18,4 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
package ui
-var PromptLength int
+var (
+ PromptLength, SynopsisLength int
+)