aboutsummaryrefslogtreecommitdiffhomepage
path: root/pager.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-15 14:23:42 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-15 14:24:05 -0700
commitacd203840720897d015b7f5f4e8e71927e667da2 (patch)
tree2ebea51ba03d01d029eb1fe9306168ee4a066e45 /pager.cpp
parent2442ae60dba9e7120170fba7c0cb307a3609b375 (diff)
Remove old pager remnants, including documentation and references in the
build system
Diffstat (limited to 'pager.cpp')
-rw-r--r--pager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pager.cpp b/pager.cpp
index b137bca2..5037db66 100644
--- a/pager.cpp
+++ b/pager.cpp
@@ -11,7 +11,7 @@ typedef pager_t::comp_t comp_t;
typedef std::vector<completion_t> completion_list_t;
typedef std::vector<comp_t> comp_info_list_t;
-/** The minimum width (in characters) the terminal may have for fish_pager to not refuse showing the completions */
+/** The minimum width (in characters) the terminal must to show completions at all */
#define PAGER_MIN_WIDTH 16
/** The maximum number of columns of completion to attempt to fit onto the screen */