diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-04 03:54:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-04 03:54:25 -0700 |
commit | 200565aea7f4f6468a7c2cf8cd0d4d4d5abfcc71 (patch) | |
tree | 93915fc2b43f6a6e3e0f61eacb2984c6a51cd328 | |
parent | 03e5e288e5e7bfbd8dc5d960856b82a6d123ca53 (diff) | |
download | pw-200565aea7f4f6468a7c2cf8cd0d4d4d5abfcc71.tar.gz pw-200565aea7f4f6468a7c2cf8cd0d4d4d5abfcc71.tar.bz2 pw-200565aea7f4f6468a7c2cf8cd0d4d4d5abfcc71.zip |
Man page: new BUGS entry about those zero line numbers.
-rw-r--r-- | pw.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -752,6 +752,13 @@ remain. This issue is likely unfixable, other than by implementing a text-editor-like full screen mode which has no scroll back above the display, and which recovers the prior content when exiting. +There is some funniness when line number mode is turned on and +.I pw +is in the middle of filling the FIFO to match the display size. You +will see line number values of zero, which then correct themselves +when the display is refreshed. This is by design, for very good reasons. +Patches to try to fix this will be rejected in the strongest terms. + .SH AUTHOR Kaz Kylheku <kaz@kylheku.com> |