aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_help.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_help.go')
-rw-r--r--src/i_help.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i_help.go b/src/i_help.go
index a96709c..7f549a0 100644
--- a/src/i_help.go
+++ b/src/i_help.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/i_help.go
- * Fri May 10 15:40:13 2024
+ * Tue May 14 09:38:04 2024
* Joe
*
* helping the user
@@ -85,7 +85,7 @@ func i_draw_help(ui *HardUI) {
}
func i_help_normal(ui HardUI, win Quad, line *int) bool {
- delim := 17
+ delim := 22
for _, v := range HELP_NORMAL_KEYS {
if *line < 0 {
*line += 1