Hi, On Sat, Dec 06, 2025 at 03:08:31PM +0200, Kaspars Vandans wrote: > From: kaspars <[email protected]> > > --- > TODO | 1 - > config.def.h | 4 ++++ > scroll.c | 25 ++++++++++++++++++++++++- > 3 files changed, 28 insertions(+), 2 deletions(-) > > diff --git a/TODO b/TODO > index 84ffd33..dff0ea6 100644 > --- a/TODO > +++ b/TODO > @@ -1,3 +1,2 @@ > * strlen function which is aware of unicode > * handle wrapping lines in scrolling line count correctly > - * hotkey to dump buffer to file (like screen hardcopy)
I think st already has a key for that (the printer keys and the -o parameter). Although, this option can still be valid when used in other uses cases not related to st. Regards,
