diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-04-02 09:31:56 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-04-02 09:31:56 -0700 |
commit | 24a48e665ff381b0c134fe7c834b5476686b441e (patch) | |
tree | fd196e4a6bc430a46e67e4c3573842bd2b284834 /help.lua | |
parent | 1330e4b9168e07b629a47dec436dec2484686db7 (diff) | |
parent | 3547c18db6b9d508fb5c2399c124e33f4cc8c488 (diff) | |
download | view.love-24a48e665ff381b0c134fe7c834b5476686b441e.tar.gz |
Merge text.love
Diffstat (limited to 'help.lua')
-rw-r--r-- | help.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help.lua b/help.lua index 145692f..d91be3c 100644 --- a/help.lua +++ b/help.lua @@ -147,5 +147,5 @@ function current_shape(State, shape) end function bullet_indent() - return App.width(to_text('* ')) + return App.width('* ') end |