summaryrefslogtreecommitdiff
path: root/plugins/manipulator.cpp
diff options
context:
space:
mode:
authorQuietust2012-08-25 11:07:42 -0500
committerQuietust2012-08-25 11:07:42 -0500
commitf6e4969e1988422f854989fdde85a8b691d64c73 (patch)
treeb2c0e261086f541713766b22efe3b0aac67c2050 /plugins/manipulator.cpp
parentda6567e374e514c04dd675d41cbd2b94e68ae2ec (diff)
downloaddfhack-f6e4969e1988422f854989fdde85a8b691d64c73.tar.gz
dfhack-f6e4969e1988422f854989fdde85a8b691d64c73.tar.bz2
dfhack-f6e4969e1988422f854989fdde85a8b691d64c73.tar.xz
Key names are bright green, not dark green
Diffstat (limited to 'plugins/manipulator.cpp')
-rw-r--r--plugins/manipulator.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/manipulator.cpp b/plugins/manipulator.cpp
index 9ebf093f..3895b065 100644
--- a/plugins/manipulator.cpp
+++ b/plugins/manipulator.cpp
@@ -678,23 +678,23 @@ void viewscreen_unitlaborsst::render()
}
int x = 1;
- OutputString( 2, x, gps->dimy - 3, "Enter"); // SELECT key
+ OutputString(10, x, gps->dimy - 3, "Enter"); // SELECT key
OutputString(15, x, gps->dimy - 3, ": Toggle labor");
x += 2;
- OutputString( 2, x, gps->dimy - 3, "Esc"); // LEAVESCREEN key
+ OutputString(10, x, gps->dimy - 3, "Esc"); // LEAVESCREEN key
OutputString(15, x, gps->dimy - 3, ": Done");
x = 1;
- OutputString( 2, x, gps->dimy - 2, "+"); // SECONDSCROLL_DOWN key
- OutputString( 2, x, gps->dimy - 2, "-"); // SECONDSCROLL_UP key
+ OutputString(10, x, gps->dimy - 2, "+"); // SECONDSCROLL_DOWN key
+ OutputString(10, x, gps->dimy - 2, "-"); // SECONDSCROLL_UP key
OutputString(15, x, gps->dimy - 2, ": Sort by Skill");
x += 2;
- OutputString( 2, x, gps->dimy - 2, "*"); // SECONDSCROLL_PAGEDOWN key
- OutputString( 2, x, gps->dimy - 2, "/"); // SECONDSCROLL_PAGEUP key
+ OutputString(10, x, gps->dimy - 2, "*"); // SECONDSCROLL_PAGEDOWN key
+ OutputString(10, x, gps->dimy - 2, "/"); // SECONDSCROLL_PAGEUP key
OutputString(15, x, gps->dimy - 2, ": Sort by (");
- OutputString( 2, x, gps->dimy - 2, "Tab"); // CHANGETAB key
+ OutputString(10, x, gps->dimy - 2, "Tab"); // CHANGETAB key
OutputString(15, x, gps->dimy - 2, ") ");
switch (altsort)
{