From 6ee29bfa110ca79fef47bab59da5704f4a3d341d Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Sun, 17 Aug 2014 10:59:33 -0600 Subject: [PATCH] Moving trade screen search lines Now that this screen uses the window's full height, the hard-coded line is no longer appropriate. --- plugins/search.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/search.cpp b/plugins/search.cpp index b4d5d6cc0..3e4638468 100644 --- a/plugins/search.cpp +++ b/plugins/search.cpp @@ -1074,7 +1074,7 @@ class trade_search_merc : public trade_search_base public: virtual void render() const { - print_search_option(2, 26); + print_search_option(2, -1); if (!search_string.empty()) { @@ -1116,7 +1116,7 @@ class trade_search_fort : public trade_search_base public: virtual void render() const { - print_search_option(42, 26); + print_search_option(42, -1); if (!search_string.empty()) {