Hello everyone, Lately I noticed that using bc(1) interactively I have to hit Enter twice to get the result of an operation printed on screen. Plus, a new empty line is printed below the result. Example:
$ bc 2 + 1 (after hitting Enter twice the two lines below get printed) 3 2 + 2 (idem) 4 quit $ I can reproduce it in xterm and tty console. (OpenBSD 6.5-current (GENERIC.MP) #125: Thu Jul 11 02:20:04 MDT 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP) Walter