Stefan

Results 185 comments of Stefan

> I'm not sure that assigning a command to ESC is a good idea, even if this issue were addressed. On most terminals, several commonly used keys send sequences beginning...

This was a special case, my kent sends a simple CR therefore no escape trouble at all.

I cannot distinguish return and enter, but it doesn't matter. Back on topic: Most of my GUI apps close by Esc (not alt f4), however console apps work differently.

Indeed, https://github.com/gwsw/less/releases is empty. It's waiting for 590.

My Debian says ```` $ file less2.tar.gz less2.tar.gz: gzip compressed data, last modified: Sun Jun 14 03:34:59 2020, from Unix, original size 1341440 ```` Maybe it's "Content-Encoding: x-gzip"? See also...

@TheBrainScrambler A hack? This is how less's manual defines it :-)

In my opinion Unix is like a toolbox, you combine different tools together. You have fold(1), use it!

Yeah, so I get a non-FP version on request.

There is FP support but there's some overhead... http://aminet.net/package/dev/c/argparse You see the difference ```` -rwx------ 1 nobody nogroup 25952 Feb 26 01:26 test_argparse -rwx------ 1 nobody nogroup 15260 Feb 26...

The last command should use g++ not gcc `gcc -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -o le about.o block.o calc.o chset.o cmd.o color.o edit.o editcalc.o ext.o file.o format.o frames.o...