When using the \more command to display multiple files, the "--More--(Next file: X)" message remains on screen if the width of the FluidShell tab don't fit the whole message, this could happen in case of longer file names & smaller window width.
Additionally, in the above situation when the "--More--(Next file: x)" message is displayed, if a key different than Enter, Space or Q is pressed, the message gets displayed multiple times.
Please see attached screenshot.
Scenario used in attached screenshot:
$ echo test > this_is_a_long_name_for_a_file_1
$ echo test > this_is_a_long_name_for_a_file_2
$ more this_is_a_long_name_for_a_file_1 this_is_a_long_name_for_a_file_2
(1) >> When using the \more command to display multiple files, the "--More--(Next file: X)" message remains on screen if the width of the FluidShell tab don't fit the whole message, this could happen in case of longer file names & smaller window width.
This is how bash works, only the last line occupied by the more prompt is erased. However, in order to fix (2) without too much code change, fluid \more will erase all of lines occupied by the more prompt at the moment.
(2) >> Additionally, in the above situation when the "--More--(Next file: x)" message is displayed, if a key different than Enter, Space or Q is pressed, the message gets displayed multiple times.
This is fixed. SVN r29572.
Issue #7710 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/29572 |
No time estimate |
(1) >> When using the \more command to display multiple files, the "--More--(Next file: X)" message remains on screen if the width of the FluidShell tab don't fit the whole message, this could happen in case of longer file names & smaller window width.
This is how bash works, only the last line occupied by the more prompt is erased. However, in order to fix (2) without too much code change, fluid \more will erase all of lines occupied by the more prompt at the moment.
(2) >> Additionally, in the above situation when the "--More--(Next file: x)" message is displayed, if a key different than Enter, Space or Q is pressed, the message gets displayed multiple times.
This is fixed. SVN r29572.