michaellukashov / Far-NetBox

SFTP/SCP/FTP/FTPS/WebDAV/S3 client for Far Manager 3 (http://farmanager.com/)
https://forum.farmanager.com/viewtopic.php?t=6317
GNU General Public License v2.0
157 stars 52 forks source link

Pseudo-echo for shell command #308

Closed yjh-styx closed 4 years ago

yjh-styx commented 4 years ago

When execute user command print it (prepended by '$ ') before it output.

This behavior is necessary for the case when the screen is cleared partially - 'command echo' atcs as a 'divider' between output of different commands.

An example is two consecutive make commands, the first one ended with a error message, and the second without (any output).