home · contact · privacy
Enforce C11 via Makefile, explicate POSIX dependencies in source files.
[plomrogue] / confclient / commands
index 50c20698d0f6333c8bc665c3f2006d62aac72da9..dddcd7f52d385b0769f5936027a74f9d2cd5e631 100644 (file)
@@ -3,25 +3,45 @@ wait / next turn
 wait
 0
 %
-player_u
-player up
+move_8
+move north
 move
-N
+8
 %
-player_d
-player down
+move_9
+move north-east
 move
-S
+9
 %
-player_l
-player left
+move_6
+move east
 move
-W
+6
 %
-player_r
-player right
+move_3
+move south-east
 move
-E
+3
+%
+move_2
+move south
+move
+2
+%
+move_1
+move south-west
+move
+1
+%
+move_4
+move west
+move
+4
+%
+move_7
+move north-west
+move
+7
 %
 pick
 pick up object from ground
@@ -83,6 +103,9 @@ grow window vertically
 shri_v
 shrink window vertically
 %
+to_break
+toggle line break type
+%
 to_height_t
 toggle window height type
 %