diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-07 23:04:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-07 23:04:15 +0000 |
| commit | 74765c0660239f48702ebc6d149d522b85392b63 (patch) | |
| tree | d548627669b16513d5c2e8c877a7b15eb1879919 /tools/dumpsubs.cc | |
| parent | be2117b1ea71c535e03c02be962387829806b1da (diff) | |
Sketchy support for total line counts when describing vertical position as a line number.
Diffstat (limited to 'tools/dumpsubs.cc')
| -rw-r--r-- | tools/dumpsubs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dumpsubs.cc b/tools/dumpsubs.cc index d8fb0c2..fef3885 100644 --- a/tools/dumpsubs.cc +++ b/tools/dumpsubs.cc @@ -93,7 +93,7 @@ main (int argc, char* argv[]) if (j->vertical_position.proportional) { cout << j->vertical_position.proportional.get() << " of screen"; } else if (j->vertical_position.line) { - cout << j->vertical_position.line.get() << " lines"; + cout << j->vertical_position.line.get() << " lines of " << j->vertical_position.lines.get(); } if (j->vertical_position.reference) { cout << " from "; |
