JetBrains / jediterm

Pure Java Terminal Emulator. Works with SSH and PTY.
GNU Lesser General Public License v3.0
677 stars 173 forks source link

Clearing buffer via context menu gives error #284

Open PavelTurk opened 5 months ago

PavelTurk commented 5 months ago

Run jediterm in Ubuntu (20). Right click -> context menu -> Clear Buffer. After clicking this menu item there will be many messages:

....
[2024-06-27 13:55:52] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:52] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:52] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:52] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:53] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:53] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:53] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
[2024-06-27 13:55:54] [SEVERE ] Attempt to get line out of bounds: -1 < 0 
...