diff options
Diffstat (limited to 'ui/ui.go')
-rw-r--r-- | ui/ui.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 +) |