mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 00:50:03 +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:
parent
d922b2de1f
commit
122e68de04
@ -132,7 +132,7 @@ export class SSHService {
|
|||||||
})
|
})
|
||||||
|
|
||||||
ssh.on('banner', banner => {
|
ssh.on('banner', banner => {
|
||||||
log('Banner: ' + banner)
|
log('Banner: \n' + banner)
|
||||||
})
|
})
|
||||||
|
|
||||||
let agent: string = null
|
let agent: string = null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user