mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 00:56:06 +00:00
Add a newline after banners to prevent ASCII art-style banners from getting messed up
This may also want to be done for shell greetings and banners.
This commit is contained in:
@@ -132,7 +132,7 @@ export class SSHService {
|
||||
})
|
||||
|
||||
ssh.on('banner', banner => {
|
||||
log('Banner: ' + banner)
|
||||
log('Banner: \n' + banner)
|
||||
})
|
||||
|
||||
let agent: string = null
|
||||
|
Reference in New Issue
Block a user